diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2026-06-18 15:43:12 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2026-06-18 15:43:12 +0530 |
| commit | 47d419e46aea94a1fee788003a27770eab11329c (patch) | |
| tree | 8fc090d2f46a403a48ca389321a1e82978721d00 /nixos | |
| parent | e8e5ed4f7e684ee38a5f20162053e68f2911ff1e (diff) | |
custom made my nvim config
Diffstat (limited to 'nixos')
| -rw-r--r-- | nixos/desktop-environment.nix | 14 | ||||
| -rw-r--r-- | nixos/environment.nix | 1 |
2 files changed, 14 insertions, 1 deletions
diff --git a/nixos/desktop-environment.nix b/nixos/desktop-environment.nix index df0abdd..7f4fa4e 100644 --- a/nixos/desktop-environment.nix +++ b/nixos/desktop-environment.nix @@ -11,11 +11,12 @@ programs.sway.enable = true; programs.dconf.enable = true; environment.systemPackages = with pkgs; [ + libGL + quickshell.packages.${pkgs.system}.quickshell qt6.qtwayland catppuccin-cursors.mochaMauve swaybg - wl-clipboard mako lm_sensors grim @@ -25,5 +26,16 @@ hyprpicker playerctl libnotify + + wl-clipboard + + xclip + libx11 + libxrandr + libxinerama + libxcursor + libxi + libxext + libxfixes ]; } diff --git a/nixos/environment.nix b/nixos/environment.nix index d8f70e5..2601bad 100644 --- a/nixos/environment.nix +++ b/nixos/environment.nix @@ -71,6 +71,7 @@ lolcat just process-compose + ffmpeg jq termshark |
