Refactor configs
This commit is contained in:
parent
84f7bc915f
commit
9710cae748
12 changed files with 125 additions and 128 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue