xmonad: added new layout+keybinds, removed useless code neovim: minor changes hosts/satori: changed kernel to zen again home/services and home/programs: minor changes overlays: changed picom src and other minor changes
6 lines
187 B
Nix
6 lines
187 B
Nix
final: prev: {
|
|
mpd_discord_richpresence = prev.callPackage ./mpd-rpc {};
|
|
customscripts = prev.callPackage ./customscripts {};
|
|
gruvbox-icons = prev.callPackage ./gruvbox-icons {};
|
|
}
|