mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nixos: swap roles for iron and hydrogen
This commit is contained in:
parent
a15827af8f
commit
7c8a01ca96
3 changed files with 46 additions and 52 deletions
|
|
@ -178,15 +178,16 @@ in {
|
|||
self.nixosModules.macbook-pro-radeon
|
||||
|
||||
{home-manager.users.leana.imports = [self.homeModules.preset-fancy];}
|
||||
|
||||
inputs.hoot.nixosModules.default
|
||||
self.nixosModules.typst-bot
|
||||
self.nixosModules.parrot
|
||||
];
|
||||
};
|
||||
# Raspberry Pi 4
|
||||
hydrogen = {
|
||||
system = "aarch64-linux";
|
||||
modules = [
|
||||
inputs.hoot.nixosModules.default
|
||||
self.nixosModules.typst-bot
|
||||
self.nixosModules.parrot
|
||||
{home-manager.users.leana.imports = [self.homeModules.preset-fancy];}
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue