update for AI stuff and new nix syntax
This commit is contained in:
parent
a770f582dd
commit
4712934003
8 changed files with 152 additions and 136 deletions
|
@ -16,10 +16,11 @@ in {
|
|||
./programs/firefox.nix
|
||||
./programs/kitty.nix
|
||||
./programs/zsh.nix
|
||||
./programs/stable-diffusion.nix
|
||||
./util/ez.nix
|
||||
./util/firefox-webapp.nix
|
||||
inputs.plasma-manager.homeManagerModules.plasma-manager
|
||||
./programs/plasma.nix
|
||||
# inputs.plasma-manager.homeManagerModules.plasma-manager
|
||||
# ./programs/plasma.nix
|
||||
inputs.nix-index-database.hmModules.nix-index
|
||||
];
|
||||
|
||||
|
@ -51,7 +52,7 @@ in {
|
|||
libnotify
|
||||
playerctl
|
||||
|
||||
kooha
|
||||
# kooha
|
||||
|
||||
croc
|
||||
|
||||
|
@ -61,7 +62,7 @@ in {
|
|||
tuxguitar
|
||||
|
||||
# kdeconnect
|
||||
plasma-browser-integration
|
||||
# plasma-browser-integration
|
||||
keepassxc
|
||||
git-credential-keepassxc
|
||||
|
||||
|
@ -70,7 +71,7 @@ in {
|
|||
mpv
|
||||
|
||||
gtk-engine-murrine
|
||||
polonium-pkgs.pkgs.plasma5Packages.polonium
|
||||
# polonium-pkgs.pkgs.plasma5Packages.polonium
|
||||
]
|
||||
++ pkgs.rice.fonts.pkgs
|
||||
++ pkgs.rice.icons.pkgs;
|
||||
|
@ -193,8 +194,9 @@ in {
|
|||
systemd.user.startServices = "sd-switch";
|
||||
ezServices = with pkgs; {
|
||||
ckb-next = "${lib.getExe ckb-next} -c -b";
|
||||
# swaybg = "${lib.getExe swaybg} -i ${rice.bg.image} -m fill";
|
||||
# # swayosd = "${lib.getExe' swayosd "swayosd"} --max-volume 100";
|
||||
};
|
||||
ezOneShots = with pkgs; {
|
||||
xrdb = "${lib.getExe xorg.xrdb} -load ${config.home.homeDirectory}/.Xresources";
|
||||
};
|
||||
|
||||
xdg.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue