mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
removed unused apps
This commit is contained in:
parent
fc1934791b
commit
96c9214462
1 changed files with 2 additions and 2 deletions
4
home.nix
4
home.nix
|
@ -69,7 +69,7 @@ let
|
||||||
qalculate-gtk # unit-friendly calculator
|
qalculate-gtk # unit-friendly calculator
|
||||||
pkgs-stable.qlcplus # LED xlr control program
|
pkgs-stable.qlcplus # LED xlr control program
|
||||||
signal-desktop # secure messaging service
|
signal-desktop # secure messaging service
|
||||||
pkgs-stable.vscodium # when vim and emacs (somehow) isn't enough
|
# pkgs-stable.vscodium # when vim and emacs (somehow) isn't enough
|
||||||
obs-studio # for video recording and virtual camera
|
obs-studio # for video recording and virtual camera
|
||||||
|
|
||||||
libsForQt5.kate # kate/kwrite
|
libsForQt5.kate # kate/kwrite
|
||||||
|
@ -103,7 +103,7 @@ in
|
||||||
./modules/zsh.nix
|
./modules/zsh.nix
|
||||||
./modules/kitty.nix
|
./modules/kitty.nix
|
||||||
(if (! builtins.elem osConfig.networking.hostName commandline_only_hosts ) then ./modules/hyprland else null)
|
(if (! builtins.elem osConfig.networking.hostName commandline_only_hosts ) then ./modules/hyprland else null)
|
||||||
(if (! builtins.elem osConfig.networking.hostName commandline_only_hosts ) then ./modules/discord.nix else null)
|
#(if (! builtins.elem osConfig.networking.hostName commandline_only_hosts ) then ./modules/discord.nix else null)
|
||||||
#./modules/emacs.nix
|
#./modules/emacs.nix
|
||||||
(if (! builtins.elem osConfig.networking.hostName commandline_only_hosts ) then ./modules/fusuma.nix else null)
|
(if (! builtins.elem osConfig.networking.hostName commandline_only_hosts ) then ./modules/fusuma.nix else null)
|
||||||
(if (! builtins.elem osConfig.networking.hostName commandline_only_hosts ) then ./modules/rofi.nix else null)
|
(if (! builtins.elem osConfig.networking.hostName commandline_only_hosts ) then ./modules/rofi.nix else null)
|
||||||
|
|
Loading…
Reference in a new issue