add
This commit is contained in:
parent
b8032e0b16
commit
4dadff4f5f
8
users/modules/lollypop/default.nix
Normal file
8
users/modules/lollypop/default.nix
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
home.packages = [pkgs.lollypop];
|
||||
home.persistence."${config.system.persistDir}${config.home.homeDirectory}".directories = [".local/share/lollypop"];
|
||||
}
|
11
users/modules/newsflash/default.nix
Normal file
11
users/modules/newsflash/default.nix
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
home.packages = [pkgs.newsflash];
|
||||
home.persistence."${config.system.persistDir}${config.home.homeDirectory}".directories = [
|
||||
".local/share/news-flash"
|
||||
".config/news-flash"
|
||||
];
|
||||
}
|
@ -112,6 +112,7 @@ in {
|
||||
["zoxide" "zsh" "fzf" "starship" "direnv"]
|
||||
# dev stuff
|
||||
["helix" "git" "ssh" "obsidian"]
|
||||
["lollypop" "newsflash"]
|
||||
];
|
||||
in
|
||||
l.flatten [
|
||||
@ -230,16 +231,10 @@ in {
|
||||
lutris
|
||||
protontricks
|
||||
# fractal-next
|
||||
(
|
||||
writeShellScriptBin "gh" ''
|
||||
GH_TOKEN=${secrets.githubToken} ${gh}/bin/gh $@
|
||||
''
|
||||
)
|
||||
obs-studio
|
||||
libreoffice-fresh
|
||||
helvum
|
||||
nix-output-monitor
|
||||
gamescope
|
||||
prismlauncher
|
||||
];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user