chore: cleanup code
This commit is contained in:
parent
c25eda0f26
commit
2effb840d8
7 changed files with 10 additions and 45 deletions
|
|
@ -2,13 +2,13 @@
|
|||
|
||||
imports = [ ./hardware.nix ];
|
||||
|
||||
networking.hostName = "T430"; # Define your hostname.
|
||||
networking.hostName = "T430";
|
||||
|
||||
bchmnn = {
|
||||
|
||||
gui = {
|
||||
enable = true;
|
||||
flavour = [ "sway" "i3" ];
|
||||
flavour = [ "sway" ];
|
||||
};
|
||||
nvidia.enable = false;
|
||||
audio.enable = true;
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
devenv.enable = true;
|
||||
virtualisation.enable = true;
|
||||
games.enable = true;
|
||||
games.enable = false;
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue