Remove a bunch of gaming-centric packages from sway module
This commit is contained in:
parent
834e4c77ec
commit
d2e880c76e
3 changed files with 17 additions and 17 deletions
|
@ -4,7 +4,7 @@ in {
|
||||||
imports = with outputs.homeManagerModules; [
|
imports = with outputs.homeManagerModules; [
|
||||||
sway
|
sway
|
||||||
sway-laptop
|
sway-laptop
|
||||||
hyprland
|
# hyprland
|
||||||
];
|
];
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
|
|
|
@ -47,34 +47,34 @@
|
||||||
systemPackages = with pkgs; [
|
systemPackages = with pkgs; [
|
||||||
brightnessctl
|
brightnessctl
|
||||||
feh
|
feh
|
||||||
gimp
|
# gimp
|
||||||
grim
|
grim
|
||||||
inkscape
|
# inkscape
|
||||||
krita
|
# krita
|
||||||
libinput
|
libinput
|
||||||
libinput-gestures
|
libinput-gestures
|
||||||
libnotify
|
libnotify
|
||||||
lutris
|
# lutris
|
||||||
nil
|
# nil
|
||||||
nixpkgs-fmt
|
# nixpkgs-fmt
|
||||||
noto-fonts
|
noto-fonts
|
||||||
pamixer
|
pamixer
|
||||||
pavucontrol
|
# pavucontrol
|
||||||
playerctl
|
playerctl
|
||||||
pulseaudio
|
# pulseaudio
|
||||||
pulsemixer
|
pulsemixer
|
||||||
rclone
|
# rclone
|
||||||
restic
|
# restic
|
||||||
slurp
|
slurp
|
||||||
steam
|
# steam
|
||||||
swaybg
|
swaybg
|
||||||
swayidle
|
swayidle
|
||||||
swaylock
|
swaylock
|
||||||
vlc
|
# vlc
|
||||||
vulkan-tools
|
# vulkan-tools
|
||||||
waybar
|
waybar
|
||||||
weechat
|
# weechat
|
||||||
wine
|
# wine
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
zathura
|
zathura
|
||||||
];
|
];
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
podman
|
podman
|
||||||
postgres
|
postgres
|
||||||
wifi
|
wifi
|
||||||
hyprland
|
# hyprland
|
||||||
])
|
])
|
||||||
++ [
|
++ [
|
||||||
inputs.hardware.nixosModules.framework-13-7040-amd
|
inputs.hardware.nixosModules.framework-13-7040-amd
|
||||||
|
|
Loading…
Reference in a new issue