feat: blender
This commit is contained in:
@@ -12,6 +12,7 @@
|
|||||||
./modules/theme/home.nix
|
./modules/theme/home.nix
|
||||||
./modules/spicetify/home.nix
|
./modules/spicetify/home.nix
|
||||||
./modules/obs/home.nix
|
./modules/obs/home.nix
|
||||||
|
./modules/blender/home.nix
|
||||||
./overlays.nix
|
./overlays.nix
|
||||||
];
|
];
|
||||||
# Home Manager needs a bit of information about you and the paths it should
|
# Home Manager needs a bit of information about you and the paths it should
|
||||||
@@ -22,7 +23,7 @@
|
|||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "Doloro1978";
|
userName = "Doloro1978";
|
||||||
userEmail = "doloro@proton.me";
|
userEmail = "doloroo@proton.me";
|
||||||
};
|
};
|
||||||
|
|
||||||
# This value determines the Home Manager release that your configuration is
|
# This value determines the Home Manager release that your configuration is
|
||||||
@@ -44,6 +45,7 @@
|
|||||||
# spotify
|
# spotify
|
||||||
pavucontrol
|
pavucontrol
|
||||||
lazygit
|
lazygit
|
||||||
|
btop
|
||||||
];
|
];
|
||||||
|
|
||||||
# Home Manager is pretty good at managing dotfiles. The primary way to manage
|
# Home Manager is pretty good at managing dotfiles. The primary way to manage
|
||||||
|
|||||||
0
nix/modules/blender/default.nix
Normal file
0
nix/modules/blender/default.nix
Normal file
11
nix/modules/blender/home.nix
Normal file
11
nix/modules/blender/home.nix
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
{ inputs, pkgs, home, ... }:
|
||||||
|
let
|
||||||
|
|
||||||
|
in {
|
||||||
|
# whole blender config including addons is too fat to include here
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
blender
|
||||||
|
];
|
||||||
|
# nix'ing a blender config is most likely not possible
|
||||||
|
# could probs install blender addons through nix since they are fat fat mega fat to install TODO
|
||||||
|
}
|
||||||
@@ -1 +1 @@
|
|||||||
/nix/store/p0mzrbl4afkl9miywfxgwwb08wp3fscd-home-manager-files/.config/nvim/init.lua
|
/nix/store/hlbhy7wzzj8fnh6c6fa9kg33c26s1hzy-home-manager-files/.config/nvim/init.lua
|
||||||
Reference in New Issue
Block a user