chore: cleanup code

This commit is contained in:
Jacob Bachmann 2024-01-17 18:53:33 +01:00
parent c25eda0f26
commit 2effb840d8
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
7 changed files with 10 additions and 45 deletions

View file

@ -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;
};