diff --git a/configuration.nix b/configuration.nix index 2d02b15..5130f03 100644 --- a/configuration.nix +++ b/configuration.nix @@ -143,7 +143,6 @@ in { # gtk-theme='Adwaita-dark' # ''; }; - xkb = { layout = "us,de"; variant = ","; @@ -205,13 +204,14 @@ in { fonts.packages = with pkgs; [ nerdfonts + fira-code ]; programs = { steam = { enable = true; }; - + # hyprland = { # enable = true; # xwayland.enable = true; @@ -238,7 +238,7 @@ in { }; variables = { - EDITOR = "hx"; + EDITOR = "zeditor"; XCURSOR_THEME = "Adwaita"; }; }; @@ -267,7 +267,7 @@ in { users = { "itsscb" = import ./home.nix; "root" = { - home.stateVersion = "23.11"; + home.stateVersion = "24.11"; home.file.".config/helix".source = ./dotfiles/helix; programs.bash = { enable = true; diff --git a/home.nix b/home.nix index 6466482..8f7b5ea 100644 --- a/home.nix +++ b/home.nix @@ -16,7 +16,7 @@ # default-folder-viewer='list-view' # ''; - home.stateVersion = "23.11"; # Please read the comment before changing. + home.stateVersion = "24.11"; # Please read the comment before changing. gtk = { enable = true;