mirror of
https://git.gay/sneexy/nixos.git
synced 2026-01-11 13:13:15 -08:00
chore: ordering of modules importing, comment mpd config, more flatpak edits
This commit is contained in:
parent
1a91ca236f
commit
cca75b5138
3 changed files with 73 additions and 58 deletions
10
flake.nix
10
flake.nix
|
|
@ -103,12 +103,13 @@
|
|||
pkgs-master = nixpkgs-master.legacyPackages.${system};
|
||||
};
|
||||
modules = with self.nixosModules; [
|
||||
./machines/thunkpad
|
||||
declarativeHome ./users/ruben
|
||||
# flatpaks
|
||||
nix-flatpak.nixosModules.nix-flatpak
|
||||
# nyx repo
|
||||
chaotic.nixosModules.default
|
||||
# system and user config
|
||||
./machines/thunkpad
|
||||
declarativeHome ./users/ruben
|
||||
];
|
||||
};
|
||||
# my secondary laptop, a thinkpad yoga 14...?
|
||||
|
|
@ -120,12 +121,13 @@
|
|||
pkgs-master = nixpkgs-master.legacyPackages.${system};
|
||||
};
|
||||
modules = with self.nixosModules; [
|
||||
./machines/thonkpad
|
||||
declarativeHome ./users/ruben
|
||||
# flatpaks
|
||||
nix-flatpak.nixosModules.nix-flatpak
|
||||
# nyx repo
|
||||
chaotic.nixosModules.default
|
||||
# system and user config
|
||||
./machines/thonkpad
|
||||
declarativeHome ./users/ruben
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue