adds fira code and switches from helix to zed

This commit is contained in:
itsscb 2024-09-27 23:34:54 +02:00
parent 2bde8b080a
commit d42fb7c285
2 changed files with 5 additions and 5 deletions

View File

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

View File

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