mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 04:26:12 +01:00
feat: more dwm stuff
This commit is contained in:
@@ -36,8 +36,8 @@
|
||||
xclip
|
||||
# gnome.gnome-keyring
|
||||
feh
|
||||
alsaUtils
|
||||
cinnamon.nemo
|
||||
alsa-utils
|
||||
nemo
|
||||
pulseaudioFull
|
||||
arandr
|
||||
neomutt
|
||||
@@ -52,18 +52,11 @@
|
||||
eww
|
||||
fontconfig
|
||||
freetype
|
||||
fuse-common
|
||||
gimp
|
||||
gnugrep
|
||||
gnumake
|
||||
gparted
|
||||
nfs-utils
|
||||
ninja
|
||||
nodejs
|
||||
openssl
|
||||
nerdfonts
|
||||
polkit_gnome
|
||||
qemu
|
||||
ripgrep
|
||||
stdenv
|
||||
tldr
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
}: {
|
||||
services.picom = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.picom;
|
||||
package = pkgs.picom;
|
||||
backend = "glx";
|
||||
|
||||
shadow = true;
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
owner = "eRgo35";
|
||||
repo = "dwm";
|
||||
rev = "main";
|
||||
hash = "";
|
||||
hash = "sha256-eke33OtxUE4sObWCFEvjLZmG1Be1SWZs0Xygr++V/wc=";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user