testing 67
This commit is contained in:
parent
6c21ec9a59
commit
84b12dca7f
7 changed files with 42 additions and 12 deletions
48
modules/home-manager/desktop/pkgs.nix
Normal file
48
modules/home-manager/desktop/pkgs.nix
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
quickshell
|
||||
networkmanagerapplet
|
||||
inputs.noctalia.packages.${pkgs.system}.default
|
||||
wdisplays
|
||||
nwg-look
|
||||
restic
|
||||
rose-pine-gtk-theme
|
||||
alejandra
|
||||
lutris
|
||||
prismlauncher
|
||||
arc-theme
|
||||
cliphist
|
||||
swappy
|
||||
mpv
|
||||
vulkan-tools
|
||||
pkgs.looking-glass-client #vfio
|
||||
nicotine-plus # p2p file thingy for music/whatever
|
||||
strawberry # music player
|
||||
pavucontrol
|
||||
wl-clipboard
|
||||
hyprcursor
|
||||
parsec-bin
|
||||
file-roller
|
||||
hyprpaper
|
||||
hyprpolkitagent
|
||||
pkgs.nixd
|
||||
swww
|
||||
grim
|
||||
slurp
|
||||
inxi
|
||||
waybar
|
||||
wofi
|
||||
mako
|
||||
feh
|
||||
kitty
|
||||
librewolf
|
||||
element-desktop # matrix client
|
||||
piper #logitech mouse thingy
|
||||
libratbag # lib for above thingi
|
||||
];
|
||||
programs.vesktop.enable = true; # required like this for stylix ??
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue