dregil: Update home-manager config
This commit is contained in:
parent
fcc7e04c7d
commit
43a6e0ef78
4 changed files with 48 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue