update: nixosConfigurations: astora
This commit is contained in:
parent
5972a37b36
commit
bcb50d3b87
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
templates/*/result*
|
||||
templates/*/flake.lock
|
||||
/result*
|
||||
|
@ -25,6 +25,13 @@
|
||||
nixpkgs = {
|
||||
hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
config.allowUnfree = true;
|
||||
config.cudaSupport = false;
|
||||
|
||||
overlays = [
|
||||
(final: prev: {
|
||||
blender = prev.blender.override { cudaSupport = true; };
|
||||
})
|
||||
];
|
||||
};
|
||||
|
||||
# Services
|
||||
@ -84,6 +91,7 @@
|
||||
fishPlugins.grc
|
||||
fishPlugins.hydro
|
||||
|
||||
nnn
|
||||
fzf
|
||||
grc
|
||||
|
||||
|
@ -23,6 +23,7 @@
|
||||
home.packages = with pkgs; [
|
||||
gnupg
|
||||
git
|
||||
nnn
|
||||
|
||||
gparted
|
||||
|
||||
@ -39,6 +40,10 @@
|
||||
wireplumber
|
||||
|
||||
gamemode
|
||||
|
||||
gimp
|
||||
inkscape
|
||||
blender
|
||||
];
|
||||
|
||||
xdg.enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user