moved hyprland specific utils
This commit is contained in:
parent
94c02df431
commit
aac2e4cbbe
5 changed files with 31 additions and 22 deletions
|
@ -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
|
||||
|
||||
|
||||
];
|
||||
}
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
./mako.nix
|
||||
./pipewire.nix
|
||||
./polkit.nix
|
||||
./utils.nix
|
||||
./wofi.nix
|
||||
];
|
||||
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
polkit_gnome
|
||||
];
|
||||
|
||||
security.polkit.enable = true;
|
||||
systemd = {
|
||||
user.services.polkit-gnome-authentication-agent-1 = {
|
||||
|
|
22
users/willifan/graphical/hyprland/utils.nix
Normal file
22
users/willifan/graphical/hyprland/utils.nix
Normal 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
|
||||
];
|
||||
}
|
|
@ -1,5 +1,7 @@
|
|||
{ pkgs, home-manager, ... }:
|
||||
{
|
||||
services.udisks2.enable = true;
|
||||
|
||||
programs.thunar = {
|
||||
enable = true;
|
||||
plugins = with pkgs.xfce; [
|
||||
|
|
Loading…
Add table
Reference in a new issue