diff --git a/pkgs/base-packages.nix b/pkgs/base-packages.nix index de15870..0f7ed01 100644 --- a/pkgs/base-packages.nix +++ b/pkgs/base-packages.nix @@ -19,15 +19,6 @@ recutils exfat exfatprogs - guile - guile-sqlite3 - guile-config - guile-sjson - guile-json - guile-lib - guile-zlib - guile-zstd - guile-quickcheck # scsh # radicle-node # unrar @@ -70,12 +61,6 @@ du-dust dysk sbcl - - babashka - clojure - clojure-lsp - clj-kondo - leiningen ]; } diff --git a/pkgs/desktop-packages.nix b/pkgs/desktop-packages.nix index 7a300f6..16d0c97 100644 --- a/pkgs/desktop-packages.nix +++ b/pkgs/desktop-packages.nix @@ -11,7 +11,7 @@ openssh openssl cyrus-sasl-xoauth2 - kdePackages.ark + # kdePackages.ark harper mumble niri @@ -22,7 +22,7 @@ dash luanti kdePackages.breeze - kdePackages.dolphin + # kdePackages.dolphin geticons pdfmixtool localsend @@ -32,14 +32,14 @@ # kdePackages.kio-extras # kdePackages.qtsvg # kdePackages.qtwayland - kdePackages.ffmpegthumbs - kdePackages.kdegraphics-thumbnailers - kdePackages.kdesdk-thumbnailers - xfce.thunar - xfce.tumbler - xfce.thunar-media-tags-plugin - xfce.thunar-archive-plugin - xfce.xfconf + # kdePackages.ffmpegthumbs + # kdePackages.kdegraphics-thumbnailers + # kdePackages.kdesdk-thumbnailers + # xfce.thunar + # xfce.tumbler + # xfce.thunar-media-tags-plugin + # xfce.thunar-archive-plugin + # xfce.xfconf zathura kdePackages.okular just @@ -78,7 +78,7 @@ ani-cli # mov-cli nerd-fonts.victor-mono - kdePackages.plasma-browser-integration + # kdePackages.plasma-browser-integration alacritty libnotify rofi @@ -99,8 +99,8 @@ aha glxinfo vulkan-tools - vivaldi - vivaldi-ffmpeg-codecs + # vivaldi + # vivaldi-ffmpeg-codecs wayland-utils nextcloud-client swww @@ -109,31 +109,31 @@ plocate papirus-icon-theme phinger-cursors - kdePackages.kde-cli-tools + # kdePackages.kde-cli-tools gzip qrrs virt-manager virt-viewer # kdialog inkscape - libreoffice-qt6-fresh - vlc + libreoffice-fresh + # vlc haskellPackages.greenclip wiremix any-nix-shell wtype - xdotool - wmctrl - xcape - xclip - lapce + # xdotool + # wmctrl + # xcape + # xclip + # lapce # maim - unclutter-xfixes + # unclutter-xfixes bluez-tools networkmanager_dmenu plasma5Packages.qt5ct - kdePackages.xdg-desktop-portal-kde - lxappearance + # kdePackages.xdg-desktop-portal-kde + # lxappearance # spotdl # rustdesk kdePackages.kdenlive @@ -159,7 +159,7 @@ python3 nix-index sqlite - fennel + # fennel kdePackages.plasma-sdk # ardour qpwgraph diff --git a/systems/syl/configuration.nix b/systems/syl/configuration.nix index b2c255f..98da0ee 100644 --- a/systems/syl/configuration.nix +++ b/systems/syl/configuration.nix @@ -80,7 +80,7 @@ # SUBSYSTEM=="power_supply", ATTR{online}=="1", RUN+="/usr/bin/at -M -f /lib/udev/power-profiles/performance now" # Enable touchpad support (enabled default in most desktopManager). - services.xserver.libinput.enable = true; + services.libinput.enable = true; services.xserver.dpi = 144; # Define a user account. Don't forget to set a password with ‘passwd’.