Personal-use NixOS configuration

Manual code cleanup

+6 -34
-1
hardware/cpu/intel.nix
··· 1 1 { 2 - lib, 3 2 nixos-hardware, 4 3 isLaptop, 5 4 ...
-2
homes/shared/desktop/firefox.nix
··· 1 1 { 2 2 lib, 3 - firefox-addons, 4 - pkgs, 5 3 ... 6 4 }: 7 5
-1
hosts/decryption/hardware-configuration.nix
··· 1 1 { 2 2 config, 3 3 lib, 4 - pkgs, 5 4 modulesPath, 6 5 ... 7 6 }:
-1
hosts/decryption/homes/encode42.nix
··· 1 1 { 2 2 flakeRoot, 3 3 pkgs, 4 - pkgs-unstable, 5 4 ... 6 5 }: 7 6
-2
hosts/decryption/users/career.nix
··· 1 1 { 2 - lib, 3 2 flakeRoot, 4 - pkgs, 5 3 ... 6 4 }: 7 5
-2
hosts/decryption/users/encode42.nix
··· 1 1 { 2 - lib, 3 2 flakeRoot, 4 - pkgs, 5 3 ... 6 4 }: 7 5
-2
hosts/encryption/users/career.nix
··· 1 1 { 2 - lib, 3 2 flakeRoot, 4 - pkgs, 5 3 ... 6 4 }: 7 5
-2
hosts/encryption/users/encode42.nix
··· 1 1 { 2 - lib, 3 2 flakeRoot, 4 - pkgs, 5 3 ... 6 4 }: 7 5
+1 -1
hosts/index/config/language/omnipoly.nix
··· 1 - { config, flakeRoot, ... }: 1 + { flakeRoot, ... }: 2 2 3 3 let 4 4 omnipolyModule = import (flakeRoot + /packages/server/language/omnipoly.nix) {
-1
hosts/index/config/sharing/rtorrent.nix
··· 1 1 { 2 2 flakeRoot, 3 - config, 4 3 lib, 5 4 ... 6 5 }:
-1
hosts/index/hardware-configuration.nix
··· 1 1 { 2 2 config, 3 3 lib, 4 - pkgs, 5 4 modulesPath, 6 5 ... 7 6 }:
-2
hosts/index/users/encode42.nix
··· 1 1 { 2 - lib, 3 2 flakeRoot, 4 - pkgs, 5 3 ... 6 4 }: 7 5
-1
hosts/prospect/hardware-configuration.nix
··· 4 4 { 5 5 config, 6 6 lib, 7 - pkgs, 8 7 modulesPath, 9 8 ... 10 9 }:
-2
hosts/prospect/homes/encode42.nix
··· 1 1 { 2 2 flakeRoot, 3 - pkgs, 4 - pkgs-unstable, 5 3 ... 6 4 }: 7 5
-2
hosts/prospect/homes/guest.nix
··· 1 1 { 2 2 flakeRoot, 3 - pkgs, 4 - pkgs-unstable, 5 3 ... 6 4 }: 7 5
-2
hosts/prospect/users/encode42.nix
··· 1 1 { 2 - lib, 3 2 flakeRoot, 4 - pkgs, 5 3 ... 6 4 }: 7 5
-1
hosts/prospect/users/guest.nix
··· 1 1 { 2 2 config, 3 3 lib, 4 - flakeRoot, 5 4 pkgs, 6 5 ... 7 6 }:
+1 -1
modules/common/home-manager.nix
··· 31 31 }; 32 32 }; 33 33 34 - environment.systemPackages = with pkgs; [ 34 + environment.systemPackages = [ 35 35 home-manager 36 36 ]; 37 37 }
-2
modules/server/zfs.nix
··· 1 - { config, pkgs, ... }: 2 - 3 1 { 4 2 boot.supportedFilesystems = [ "zfs" ]; 5 3 boot.zfs.forceImportRoot = false;
+2 -2
packages/desktop/winboat.nix
··· 2 2 3 3 { 4 4 environment.systemPackages = with pkgs; [ 5 - pkgs.freerdp3 6 - pkgs.docker-compose 5 + freerdp3 6 + docker-compose 7 7 pkgs-winboat.winboat 8 8 ]; 9 9
+2
packages/server/groupware/radicale.nix
··· 2 2 hosts ? [ ], 3 3 }: 4 4 5 + { flakeLib, ... }: 6 + 5 7 { 6 8 services.radicale = { 7 9 enable = true;
-1
packages/server/language/languagetool.nix
··· 1 1 { 2 - config, 3 2 pkgs, 4 3 pkgs-personal, 5 4 lib,
-1
users/career/common/default.nix
··· 1 1 { 2 2 flakeRoot, 3 - pkgs, 4 3 ... 5 4 }: 6 5
-1
users/encode42/common/default.nix
··· 1 1 { 2 2 flakeRoot, 3 - pkgs, 4 3 ... 5 4 }: 6 5