Refactor configs

This commit is contained in:
Invariantspace 2024-08-31 21:13:43 -07:00
parent 84f7bc915f
commit 9710cae748
No known key found for this signature in database
GPG key ID: EBC4A20067373921
12 changed files with 125 additions and 128 deletions

View file

@ -3,9 +3,9 @@
pkgs,
...
}: let
usr = config.constants.userName;
userName = config.constants.userName;
in {
home-manager.users.${usr} = {
home-manager.users.${userName} = {
config,
pkgs,
...
@ -14,11 +14,8 @@ in {
in {
home.packages = with pkgs; [
feishin
hunspell
hunspellDicts.en-us-large
jellyfin-mpv-shim
joplin-desktop
libreoffice-qt6-fresh
lutris
nheko
nvtopPackages.amd
@ -55,7 +52,14 @@ in {
];
};
obs-studio.enable = true;
plasma.enable = true;
plasma.input.touchpads = [
{
enable = false;
name = "ASUE120A:00 04F3:319B Touchpad";
productId = "319B";
vendorId = "04F3";
}
];
zathura = {
enable = true;
options = {
@ -140,10 +144,9 @@ in {
};
services = {
colord.enable = true;
desktopManager.plasma6.enable = true;
displayManager = {
autoLogin.user = usr;
autoLogin.user = userName;
sddm = {
enable = true;
wayland.enable = true;