mirror of
https://github.com/librephoenix/nixos-config
synced 2025-04-20 09:14:34 +05:30
Removed some unnecessary bloat
This commit is contained in:
parent
a01bf1fcdc
commit
4dc7c84030
|
@ -26,11 +26,7 @@
|
|||
home.stateVersion = "22.11"; # Please read the comment before changing.
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# # Adds the 'hello' command to your environment. It prints a friendly
|
||||
# # "Hello, world!" when run.
|
||||
|
||||
# Core
|
||||
hello
|
||||
zsh
|
||||
alacritty
|
||||
kitty
|
||||
|
@ -52,8 +48,6 @@
|
|||
|
||||
# File Managers
|
||||
ranger
|
||||
libsForQt5.dolphin
|
||||
libsForQt5.dolphin-plugins
|
||||
xdragon
|
||||
|
||||
# Media
|
||||
|
@ -111,16 +105,16 @@
|
|||
twmn
|
||||
|
||||
# Wayland Utils
|
||||
xdg-desktop-portal-wlr
|
||||
wtype
|
||||
# xdg-desktop-portal-wlr
|
||||
# wtype
|
||||
# wl-clipboard-x11
|
||||
xorg.xlsclients
|
||||
glfw-wayland
|
||||
swayidle
|
||||
swaylock
|
||||
wlsunset
|
||||
wayshot
|
||||
wev
|
||||
# xorg.xlsclients
|
||||
# glfw-wayland
|
||||
# swayidle
|
||||
# swaylock
|
||||
# wlsunset
|
||||
# wayshot
|
||||
# wev
|
||||
|
||||
# TODO Configure pipewire audio server
|
||||
|
||||
|
|
Loading…
Reference in a new issue