moved hyprland specific utils

This commit is contained in:
willifan 2024-05-18 22:08:50 +02:00
parent 94c02df431
commit aac2e4cbbe
5 changed files with 31 additions and 22 deletions

View File

@ -1,33 +1,12 @@
{ pkgs, ... }:
{
services.udisks2.enable = true;
environment.systemPackages = with pkgs; [
#rustup
#probe-rs
#cargo-binutils
hyprpicker
hyprcursor
grim
slurp
wl-clipboard
playerctl
jq
pulseaudio
inotify-tools
papirus-icon-theme
eww
dconf
polkit_gnome
usbutils
unzip
btop
feh
@ -37,6 +16,6 @@
webcord
obsidian
kicad
];
}

View File

@ -11,6 +11,7 @@
./mako.nix
./pipewire.nix
./polkit.nix
./utils.nix
./wofi.nix
];

View File

@ -1,5 +1,10 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
polkit_gnome
];
security.polkit.enable = true;
systemd = {
user.services.polkit-gnome-authentication-agent-1 = {

View File

@ -0,0 +1,22 @@
{ pkgs, home-manager, ... }:
{
environment.systemPackages = with pkgs; [
hyprpicker
hyprcursor
grim
slurp
wl-clipboard
playerctl
dconf
jq
pulseaudio
inotify-tools
papirus-icon-theme
eww
];
}

View File

@ -1,5 +1,7 @@
{ pkgs, home-manager, ... }:
{
services.udisks2.enable = true;
programs.thunar = {
enable = true;
plugins = with pkgs.xfce; [