dregil: Update home-manager config

This commit is contained in:
Alexander Kobjolke 2023-03-27 21:15:51 +02:00
parent fcc7e04c7d
commit 43a6e0ef78
4 changed files with 48 additions and 2 deletions

View file

@ -71,6 +71,7 @@ in
fonts = {
enableDefaultFonts = true;
fonts = with pkgs; [
corefonts
noto-fonts
noto-fonts-emoji
fira-code
@ -110,7 +111,8 @@ in
uhk-agent
# gaming support
bottles
lutris
#inputs.simplex-chat.packages."x86_64-linux"."exe:simplex-chat"
];
};
@ -123,6 +125,12 @@ in
nvidia-offload
];
# adjust channels to nixpkgs used on this system via this flake
environment.etc."nix/inputs/nixpkgs".source = inputs.nixpkgs-unstable.outPath;
nix.nixPath = [
"nixpkgs=${inputs.nixpkgs-unstable}"
];
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.
# programs.mtr.enable = true;