chore: massive cleanup

This commit is contained in:
Nick 2025-10-04 17:01:54 -05:00
parent 5f63b6351b
commit 988a31c52b
14 changed files with 73 additions and 651 deletions

View file

@ -59,10 +59,8 @@ in
espanso
claudeCode
puddleTag
zoom
academic
hypr
# niri
wayland
theming
printManager
@ -83,9 +81,7 @@ in
floorp
tor
ghostty
prismLauncher
steam
airshipper
zed
vsCode
feishin
@ -95,13 +91,9 @@ in
zathura
kolourPaint
imageViewing
audioMetadata
obsStudio
daVinci
mpv
freetube
dissent
discordCanary
vesktop
element
signal
@ -109,21 +101,18 @@ in
bitwarden
emote
flameshot
claudeCode
gnomeCalculator
scrcpy
systemMonitor
usbImager
virtManager
hypr
niri
wayland
theming
dolphin
espanso
zotero
printManager
finamp
reaper
;
};
};

View file

@ -6,11 +6,13 @@ in
gtk = {
enable = true;
gtk3 = {
enable = true;
extraConfig = {
gtk-application-prefer-dark-theme = true;
};
};
gtk4 = {
enable = true;
extraConfig = {
gtk-application-prefer-dark-theme = true;
};

View file

@ -9,15 +9,11 @@ in
inherit (modules)
syncthing
ollama
# cosmic
# plasma
hypr
# niri
wayland
network
searx
flatpak
# espanso
plymouth
wireGuard
;
@ -27,14 +23,10 @@ in
deimos = {
imports = builtins.attrValues {
inherit (modules)
# niri
hypr
wayland
# plasma
# sddm
network
flatpak
# espanso
plymouth
wireGuard
;

View file

@ -1,15 +0,0 @@
{ pkgs, ... }:
{
hardware.keyboard.zsa.enable = true;
environment = {
enableAllTerminfo = true;
systemPackages = builtins.attrValues {
inherit (pkgs)
zsa-udev-rules
keymapp
kontroll
;
};
};
}

View file

@ -1,3 +0,0 @@
{
hardware.openrazer.enable = false;
}

View file

@ -1,6 +0,0 @@
{
hardware.opentabletdriver = {
enable = true;
daemon.enable = true;
};
}

View file

@ -1,7 +0,0 @@
{ pkgs, ... }:
{
programs.corectrl = {
enable = true;
package = pkgs.corectrl;
};
}

View file

@ -1,3 +0,0 @@
{
programs.firejail.enable = true;
}

View file

@ -1,3 +0,0 @@
{
# programs.goldwarden.enable = true;
}

View file

@ -1,7 +0,0 @@
{ pkgs, ... }:
{
services.espanso = {
package = pkgs.espanso-wayland;
enable = true;
};
}