1
0
Fork 0

Miscellaneous desktop stuff

This commit is contained in:
Avery 2024-10-11 21:13:47 +02:00
parent 6790e3ac3b
commit 4a107f660c
Signed by: Avery
GPG key ID: B684FD451B692E04
8 changed files with 45 additions and 15 deletions

View file

@ -4,10 +4,10 @@
./cursor.nix
./dunst.nix
./firefox.nix
./lf.nix
./gtk.nix
./kitty.nix
./sway.nix
./qt.nix
];
home = {
packages = with pkgs; [
@ -15,6 +15,7 @@
fastfetch
inkscape
kdePackages.ark
kdePackages.qtwayland
libreoffice-qt
obs-studio
picard
@ -23,6 +24,7 @@
noto-fonts-cjk-sans
nsxiv
osu-lazer-bin
pcmanfm-qt
playerctl
prismlauncher
qbittorrent
@ -32,6 +34,8 @@
element-desktop
vesktop
swww
lxqt.lxqt-policykit
qdiskinfo
];
};
nixpkgs.config.allowUnfree = true;