1
This commit is contained in:
2022-10-15 19:15:30 +02:00
parent 237cd15343
commit 76fc86d0ff

View File

@ -22,6 +22,10 @@
devshell.url = "github:numtide/devshell"; devshell.url = "github:numtide/devshell";
# nixvim.url = "github:pta2002/nixvim"; # nixvim.url = "github:pta2002/nixvim";
# plasma-manager.url = "github:pjones/plasma-manager";
# plasma-manager.inputs.nixpkgs.follows = "nixpkgs";
# plasma-manager.inputs.home-manager.follows = "home-manager";
firefox-gnome-theme.url = "github:rafaelmardojai/firefox-gnome-theme"; firefox-gnome-theme.url = "github:rafaelmardojai/firefox-gnome-theme";
firefox-gnome-theme.flake = false; firefox-gnome-theme.flake = false;
@ -77,6 +81,8 @@
hostname = "nixinator"; hostname = "nixinator";
username = "christoph"; username = "christoph";
extraModules = [ ];
}; };
# Usage: sudo nixos-rebuild switch --flake .#nixtop # Usage: sudo nixos-rebuild switch --flake .#nixtop
@ -85,6 +91,8 @@
hostname = "nixtop"; hostname = "nixtop";
username = "christoph"; username = "christoph";
extraModules = [ ];
}; };
}; };
}; };