Fix certain non-nixos issues
This commit is contained in:
parent
4644944dfd
commit
926c18cc4d
4 changed files with 10 additions and 1 deletions
|
@ -19,5 +19,8 @@
|
||||||
school.enable = mkEnableOption "Enable apps for visual productivity";
|
school.enable = mkEnableOption "Enable apps for visual productivity";
|
||||||
};
|
};
|
||||||
|
|
||||||
config.home.stateVersion = "24.11";
|
config.home = {
|
||||||
|
desktop.enable = true;
|
||||||
|
stateVersion = "24.11";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
./dconf
|
./dconf
|
||||||
./fonts
|
./fonts
|
||||||
./gtk
|
./gtk
|
||||||
|
./locale
|
||||||
./nix
|
./nix
|
||||||
./qt
|
./qt
|
||||||
./xdg
|
./xdg
|
||||||
|
|
4
modules/home/settings/locale/default.nix
Normal file
4
modules/home/settings/locale/default.nix
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
home.language.base = "en_CA.UTF-8";
|
||||||
|
}
|
|
@ -9,6 +9,7 @@
|
||||||
MANPAGER = "nvim +Man!";
|
MANPAGER = "nvim +Man!";
|
||||||
NIXPKGS_ALLOW_UNFREE = 1;
|
NIXPKGS_ALLOW_UNFREE = 1;
|
||||||
XDG_SCREENSHOTS_DIR = "$XDG_PICTURES_DIR/Screenshots";
|
XDG_SCREENSHOTS_DIR = "$XDG_PICTURES_DIR/Screenshots";
|
||||||
|
ZSH_DISABLE_COMPFIX = "true";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue