changed
This commit is contained in:
parent
7a098f0027
commit
a05422ff0d
8 changed files with 41 additions and 47 deletions
|
|
@ -1,5 +1,7 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
desktop-gremlin
|
||||
voicevox
|
||||
libretranslate
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,16 +10,18 @@
|
|||
gh
|
||||
diff-so-fancy
|
||||
];
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
includes = [
|
||||
{path = "${config.home.homeDirectory}/nix/.secrets/.git-config";}
|
||||
{path = "${config.home.homeDirectory}/nix/.secrets/.gitconfig";}
|
||||
];
|
||||
settings = {
|
||||
user.name = "alsaiduq-lab";
|
||||
user.email = "riiidge.racer@gmail.com";
|
||||
credential.helper = "store --file=${config.home.homeDirectory}/nix/.secrets/.git-credentials";
|
||||
init.defaultBranch = "master";
|
||||
push.autoSetupRemote = true;
|
||||
pull.rebase = true;
|
||||
core.pager = "diff-so-fancy | less --tabs=4 -RF";
|
||||
interactive.diffFilter = "diff-so-fancy --patch";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
dgop
|
||||
ddcutil
|
||||
cliphist
|
||||
kdePackages.dolphin
|
||||
];
|
||||
home.sessionPath = ["${pkgs.quickshell}/bin"];
|
||||
}
|
||||
|
|
|
|||
5
home-manager/modules/udiskie.nix
Normal file
5
home-manager/modules/udiskie.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
udiskie
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue