mirror of https://github.com/materusPL/Nixerus.git
materusPC: formatting, some changes
This commit is contained in:
parent
4e10e6b4d6
commit
2c86837e6c
|
@ -220,6 +220,14 @@ in
|
|||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*containers.test = {
|
||||
config = { config, pkgs, ... }: { environment.systemPackages = with pkgs; [ wayfire ]; };
|
||||
autoStart = false;
|
||||
};*/
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
firefox
|
||||
gamescope
|
||||
|
|
Loading…
Reference in New Issue