Sync
This commit is contained in:
parent
31a4c4060a
commit
aeb8f52d6d
23 changed files with 569 additions and 304 deletions
|
@ -136,6 +136,14 @@ in {
|
|||
cursorTheme = cursor;
|
||||
};
|
||||
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
extraOptions = [
|
||||
"--no-default-folder"
|
||||
];
|
||||
tray.enable = true;
|
||||
};
|
||||
|
||||
xdg = {
|
||||
desktopEntries.spotify = {
|
||||
name = "Spotify";
|
||||
|
|
|
@ -72,14 +72,14 @@ in {
|
|||
".config/zellij" = {
|
||||
source = ../../../stow/zellij/.config/zellij;
|
||||
};
|
||||
".oh-my-zsh" = {
|
||||
enable = config.users.users.tdpeuter.shell == pkgs.zsh;
|
||||
source = "${pkgs.oh-my-zsh}/share/oh-my-zsh";
|
||||
".gnupg" = {
|
||||
inherit (config.programs.gnupg.agent) enable;
|
||||
source = ../../../stow/gnupg/.gnupg;
|
||||
recursive = true;
|
||||
};
|
||||
".oh-my-zsh/themes/tdpeuter.zsh-theme" = {
|
||||
enable = config.users.users.tdpeuter.shell == pkgs.zsh;
|
||||
source = ../../../stow/zsh/.oh-my-zsh/themes/tdpeuter.zsh-theme;
|
||||
# onChange = ''
|
||||
# chmod 700 /home/tdpeuter/.gnupg
|
||||
# chmod 600 /home/tdpeuter/.gnupg/*
|
||||
# '';
|
||||
};
|
||||
".ssh/config" = lib.mkIf config.sisyphus.programs.ssh.enable {
|
||||
inherit (config.sisyphus.programs.ssh) enable;
|
||||
|
@ -97,6 +97,15 @@ in {
|
|||
};
|
||||
}
|
||||
(lib.mkIf (config.users.users.tdpeuter.shell == pkgs.zsh) {
|
||||
".oh-my-zsh" = {
|
||||
enable = config.users.users.tdpeuter.shell == pkgs.zsh;
|
||||
source = "${pkgs.oh-my-zsh}/share/oh-my-zsh";
|
||||
recursive = true;
|
||||
};
|
||||
".oh-my-zsh/themes/tdpeuter.zsh-theme" = {
|
||||
enable = config.users.users.tdpeuter.shell == pkgs.zsh;
|
||||
source = ../../../stow/zsh/.oh-my-zsh/themes/tdpeuter.zsh-theme;
|
||||
};
|
||||
".zshrc" = {
|
||||
source = ../../../stow/zsh/.zshrc;
|
||||
};
|
||||
|
|
|
@ -32,6 +32,7 @@ in {
|
|||
"UGent/SubGit/ssh" = UGent;
|
||||
|
||||
# HomeLab
|
||||
"HomeLab/Gitea/ssh" = HomeLab;
|
||||
"HomeLab/Hugo/ssh" = HomeLab;
|
||||
"HomeLab/Nextcloud/ssh" = HomeLab;
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue