From f2c1ee2225a5405ccb7a72003f5e97ec203d4e81 Mon Sep 17 00:00:00 2001 From: Liam Malone Date: Sat, 7 Dec 2024 14:44:43 +0100 Subject: [PATCH] Remove unused programs/configs --- hosts/default/configuration.nix | 5 ++--- hosts/default/home.nix | 23 ----------------------- 2 files changed, 2 insertions(+), 26 deletions(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 5f83324..6c18ff0 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -66,7 +66,6 @@ }; blueman.enable = true; - # printing.enable = true; # CUPS gvfs.enable = true; auto-cpufreq.enable = true; thermald.enable = true; @@ -77,8 +76,8 @@ security.pam.services.hyprlock = {}; environment.etc."greetd/environments".text = '' - Hyprland - ''; + Hyprland + ''; hardware = { bluetooth.enable = true; diff --git a/hosts/default/home.nix b/hosts/default/home.nix index 02fe527..2c775b9 100644 --- a/hosts/default/home.nix +++ b/hosts/default/home.nix @@ -23,9 +23,7 @@ nixpkgs.config.allowUnfree = true; home.packages = with pkgs; [ - android-studio audacity - brave brightnessctl emacs-all-the-icons-fonts emacsPackages.pdf-tools @@ -36,21 +34,14 @@ genymotion gimp gnome-keyring - gnome-sound-recorder - gnome-disk-utility - gparted gtk4 gvfs grim grimblast htop imagemagick - imhex - kdenlive keepassxc libsForQt5.polkit-kde-agent - libtool - libreoffice mpv nautilus networkmanagerapplet @@ -66,7 +57,6 @@ qbittorrent signal-desktop swww - teams-for-linux texliveFull tree unzip @@ -148,14 +138,6 @@ recursive = true; 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" = { recursive = true; source = ../../modules/non-nix_configs/wofi; @@ -229,11 +211,6 @@ obs-studio = { enable = true; }; - # waybar = { - # enable = true; - # systemd.enable = true; - # systemd.target = "hyprland-session.target"; - # }; wofi.enable = true; };