Remove unused programs/configs

This commit is contained in:
2024-12-07 14:44:43 +01:00
parent 49bc64399e
commit f2c1ee2225
2 changed files with 2 additions and 26 deletions
+2 -3
View File
@@ -66,7 +66,6 @@
}; };
blueman.enable = true; blueman.enable = true;
# printing.enable = true; # CUPS
gvfs.enable = true; gvfs.enable = true;
auto-cpufreq.enable = true; auto-cpufreq.enable = true;
thermald.enable = true; thermald.enable = true;
@@ -77,8 +76,8 @@
security.pam.services.hyprlock = {}; security.pam.services.hyprlock = {};
environment.etc."greetd/environments".text = '' environment.etc."greetd/environments".text = ''
Hyprland Hyprland
''; '';
hardware = { hardware = {
bluetooth.enable = true; bluetooth.enable = true;
-23
View File
@@ -23,9 +23,7 @@
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
home.packages = with pkgs; [ home.packages = with pkgs; [
android-studio
audacity audacity
brave
brightnessctl brightnessctl
emacs-all-the-icons-fonts emacs-all-the-icons-fonts
emacsPackages.pdf-tools emacsPackages.pdf-tools
@@ -36,21 +34,14 @@
genymotion genymotion
gimp gimp
gnome-keyring gnome-keyring
gnome-sound-recorder
gnome-disk-utility
gparted
gtk4 gtk4
gvfs gvfs
grim grim
grimblast grimblast
htop htop
imagemagick imagemagick
imhex
kdenlive
keepassxc keepassxc
libsForQt5.polkit-kde-agent libsForQt5.polkit-kde-agent
libtool
libreoffice
mpv mpv
nautilus nautilus
networkmanagerapplet networkmanagerapplet
@@ -66,7 +57,6 @@
qbittorrent qbittorrent
signal-desktop signal-desktop
swww swww
teams-for-linux
texliveFull texliveFull
tree tree
unzip unzip
@@ -148,14 +138,6 @@
recursive = true; recursive = true;
source = ../../modules/non-nix_configs/nvim; source = ../../modules/non-nix_configs/nvim;
}; };
"river" = {
recursive = true;
source = ../../modules/non-nix_configs/river;
};
# "waybar" = {
# recursive = true;
# source = ../../modules/non-nix_configs/waybar;
# };
"wofi" = { "wofi" = {
recursive = true; recursive = true;
source = ../../modules/non-nix_configs/wofi; source = ../../modules/non-nix_configs/wofi;
@@ -229,11 +211,6 @@
obs-studio = { obs-studio = {
enable = true; enable = true;
}; };
# waybar = {
# enable = true;
# systemd.enable = true;
# systemd.target = "hyprland-session.target";
# };
wofi.enable = true; wofi.enable = true;
}; };