revisions
hate nvidia
This commit is contained in:
parent
c4ab484bed
commit
6c3383c44b
8 changed files with 87 additions and 94 deletions
|
|
@ -29,6 +29,7 @@
|
|||
./modules/rgb.nix
|
||||
./modules/imagemagick.nix
|
||||
inputs.dankMaterialShell.homeModules.dankMaterialShell.default
|
||||
./modules/viv.nix
|
||||
];
|
||||
|
||||
home.username = "${config.theme.user}";
|
||||
|
|
|
|||
|
|
@ -17,6 +17,8 @@
|
|||
{path = "${config.home.homeDirectory}/nix/.secrets/.git-config";}
|
||||
];
|
||||
settings = {
|
||||
user.name = "alsaiduq-lab";
|
||||
user.email = "riiidge.racer@gmail.com";
|
||||
credential.helper = "store --file=${config.home.homeDirectory}/nix/.secrets/.git-credentials";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -12,6 +12,4 @@
|
|||
cliphist
|
||||
];
|
||||
home.sessionPath = ["${pkgs.quickshell}/bin"];
|
||||
|
||||
programs.dankMaterialShell.enable = true;
|
||||
}
|
||||
|
|
|
|||
5
home-manager/modules/viv.nix
Normal file
5
home-manager/modules/viv.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
vivify
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue