split everything into modules and update nixpkgs
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
programs = {
|
||||
firefox.enable = true;
|
||||
nix-ld.enable = true;
|
||||
sway = {
|
||||
enable = true;
|
||||
wrapperFeatures.gtk = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user