mirror of
https://github.com/librephoenix/nixos-config
synced 2025-04-20 17:24:35 +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.stateVersion = "22.11"; # Please read the comment before changing.
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# # Adds the 'hello' command to your environment. It prints a friendly
|
|
||||||
# # "Hello, world!" when run.
|
|
||||||
|
|
||||||
# Core
|
# Core
|
||||||
hello
|
|
||||||
zsh
|
zsh
|
||||||
alacritty
|
alacritty
|
||||||
kitty
|
kitty
|
||||||
|
@ -52,8 +48,6 @@
|
||||||
|
|
||||||
# File Managers
|
# File Managers
|
||||||
ranger
|
ranger
|
||||||
libsForQt5.dolphin
|
|
||||||
libsForQt5.dolphin-plugins
|
|
||||||
xdragon
|
xdragon
|
||||||
|
|
||||||
# Media
|
# Media
|
||||||
|
@ -111,16 +105,16 @@
|
||||||
twmn
|
twmn
|
||||||
|
|
||||||
# Wayland Utils
|
# Wayland Utils
|
||||||
xdg-desktop-portal-wlr
|
# xdg-desktop-portal-wlr
|
||||||
wtype
|
# wtype
|
||||||
# wl-clipboard-x11
|
# wl-clipboard-x11
|
||||||
xorg.xlsclients
|
# xorg.xlsclients
|
||||||
glfw-wayland
|
# glfw-wayland
|
||||||
swayidle
|
# swayidle
|
||||||
swaylock
|
# swaylock
|
||||||
wlsunset
|
# wlsunset
|
||||||
wayshot
|
# wayshot
|
||||||
wev
|
# wev
|
||||||
|
|
||||||
# TODO Configure pipewire audio server
|
# TODO Configure pipewire audio server
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue