cleanup
This commit is contained in:
parent
41530fa9eb
commit
2f2d6e31f6
7 changed files with 2 additions and 9 deletions
|
@ -11,7 +11,6 @@
|
|||
console.keyMap = "de";
|
||||
security.polkit.enable = true;
|
||||
programs.kdeconnect.enable = true;
|
||||
programs.dconf.enable = true;
|
||||
boot.kernelPackages = pkgs.linuxPackages_xanmod_latest;
|
||||
services.thermald.enable = true;
|
||||
services.fstrim.enable = lib.mkDefault true;
|
||||
|
|
|
@ -10,8 +10,6 @@
|
|||
console.keyMap = "de";
|
||||
security.polkit.enable = true;
|
||||
programs.kdeconnect.enable = true;
|
||||
programs.dconf.enable = true;
|
||||
virtualisation.docker.enable = true;
|
||||
boot.kernelPackages = pkgs.linuxPackages_xanmod_latest;
|
||||
modules = {
|
||||
system = {
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
inputs,
|
||||
lib,
|
||||
self,
|
||||
impurity,
|
||||
...
|
||||
}:
|
||||
with lib; let
|
||||
|
|
|
@ -24,8 +24,6 @@ in {
|
|||
};
|
||||
|
||||
config = {
|
||||
networking.hostName = cfg.hostname;
|
||||
|
||||
users.users.${cfg.username} = {
|
||||
isNormalUser = true;
|
||||
extraGroups = ["wheel" "networking"];
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
{
|
||||
config,
|
||||
inputs,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
cfg = config.modules.usrEnv.style.stylix;
|
||||
inherit (config.modules.usrEnv.style.stylix) image cursor fontsizes;
|
||||
inherit (config.modules.usrEnv.style.stylix) image cursor;
|
||||
inherit (config.modules.other.system) username;
|
||||
inherit (lib) mkIf;
|
||||
in {
|
||||
|
|
|
@ -5,6 +5,7 @@ in {
|
|||
./networkmanager.nix
|
||||
];
|
||||
networking = {
|
||||
hostname = username;
|
||||
enableIPv6 = true;
|
||||
nameservers = [
|
||||
# quad9 DNS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue