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"]
|
["zoxide" "zsh" "fzf" "starship" "direnv"]
|
||||||
# dev stuff
|
# dev stuff
|
||||||
["helix" "git" "ssh" "obsidian"]
|
["helix" "git" "ssh" "obsidian"]
|
||||||
|
["lollypop" "newsflash"]
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
l.flatten [
|
l.flatten [
|
||||||
@ -230,16 +231,10 @@ in {
|
|||||||
lutris
|
lutris
|
||||||
protontricks
|
protontricks
|
||||||
# fractal-next
|
# fractal-next
|
||||||
(
|
|
||||||
writeShellScriptBin "gh" ''
|
|
||||||
GH_TOKEN=${secrets.githubToken} ${gh}/bin/gh $@
|
|
||||||
''
|
|
||||||
)
|
|
||||||
obs-studio
|
obs-studio
|
||||||
libreoffice-fresh
|
libreoffice-fresh
|
||||||
helvum
|
helvum
|
||||||
nix-output-monitor
|
nix-output-monitor
|
||||||
gamescope
|
|
||||||
prismlauncher
|
prismlauncher
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user