minor
This commit is contained in:
parent
ebd2f35143
commit
64b4dc4b3f
2 changed files with 7 additions and 3 deletions
|
|
@ -58,8 +58,6 @@ in
|
||||||
"firefox.desktop"
|
"firefox.desktop"
|
||||||
"obsidian.desktop"
|
"obsidian.desktop"
|
||||||
"org.keepassxc.KeePassXC.desktop"
|
"org.keepassxc.KeePassXC.desktop"
|
||||||
"org.gnome.Evince.desktop"
|
|
||||||
"org.gnome.Loupe.desktop"
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -28,6 +28,9 @@ in
|
||||||
hms = "home-manager switch --flake ~/.config/nix#$(whoami)@$(hostname)";
|
hms = "home-manager switch --flake ~/.config/nix#$(whoami)@$(hostname)";
|
||||||
hms-offline = "home-manager switch --flake ~/.config/nix#$(whoami)@$(hostname) --option substitute false";
|
hms-offline = "home-manager switch --flake ~/.config/nix#$(whoami)@$(hostname) --option substitute false";
|
||||||
fs = "oss && hms";
|
fs = "oss && hms";
|
||||||
|
|
||||||
|
# Steam Deck screenshot sync
|
||||||
|
deck-ss = "rsync -avh --progress 'deck:.local/share/Steam/userdata/*/760/remote/*/screenshots/' ~/Pictures/Steam/";
|
||||||
};
|
};
|
||||||
|
|
||||||
initContent = ''
|
initContent = ''
|
||||||
|
|
@ -174,7 +177,10 @@ in
|
||||||
|
|
||||||
# Manage Powerlevel10k configuration
|
# Manage Powerlevel10k configuration
|
||||||
home.file.".p10k.zsh".source = ../config/p10k.zsh;
|
home.file.".p10k.zsh".source = ../config/p10k.zsh;
|
||||||
|
|
||||||
# Generate projects.json for shell scripts
|
# Generate projects.json for shell scripts
|
||||||
home.file.".config/nix/config/projects.json".text = builtins.toJSON projectsConfig;
|
home.file.".config/nix/config/projects.json".text = builtins.toJSON projectsConfig;
|
||||||
|
|
||||||
|
# Ensure Steam screenshots directory exists
|
||||||
|
home.file."Pictures/Steam/.gitkeep".text = "";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue