add awww
This commit is contained in:
parent
8efd7c34ce
commit
e4f2f7b6a7
7 changed files with 153 additions and 39 deletions
22
snow.nix
22
snow.nix
|
|
@ -1,9 +1,13 @@
|
|||
{inputs, ...} @ args: {
|
||||
nodes = {
|
||||
base = inputs.nixpkgs;
|
||||
args = {inherit inputs;};
|
||||
homeManager = inputs.home-manager;
|
||||
|
||||
args = {inherit inputs;};
|
||||
modules = [
|
||||
inputs.sddm-silent.nixosModules.default
|
||||
];
|
||||
|
||||
groups = {
|
||||
# wait.. that's too cold...
|
||||
cryos = {
|
||||
|
|
@ -19,20 +23,20 @@
|
|||
lolcathost = {
|
||||
system = "x86_64-linux";
|
||||
groups = groups: [groups.cryos.cryde];
|
||||
# modules = with inputs; [
|
||||
# grub2-themes.nixosModules.default
|
||||
# nix-flatpak.nixosModules.nix-flatpak
|
||||
# ];
|
||||
modules = with inputs; [
|
||||
grub2-themes.nixosModules.default
|
||||
nix-flatpak.nixosModules.nix-flatpak
|
||||
];
|
||||
};
|
||||
|
||||
# i be on my puter frfr
|
||||
myputer = {
|
||||
system = "x86_64-linux";
|
||||
groups = groups: [groups.cryos.cryde];
|
||||
# modules = with inputs; [
|
||||
# grub2-themes.nixosModules.default
|
||||
# nix-flatpak.nixosModules.nix-flatpak
|
||||
# ];
|
||||
modules = with inputs; [
|
||||
grub2-themes.nixosModules.default
|
||||
nix-flatpak.nixosModules.nix-flatpak
|
||||
];
|
||||
};
|
||||
|
||||
# courtesy of aurora <3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue