From d42fb7c2850e018ddd5ca21b693a86832a0c28b4 Mon Sep 17 00:00:00 2001 From: itsscb Date: Fri, 27 Sep 2024 23:34:54 +0200 Subject: [PATCH] adds fira code and switches from helix to zed --- configuration.nix | 8 ++++---- home.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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;