cleanup homes
This commit is contained in:
@@ -1,26 +0,0 @@
|
|||||||
{ config, lib, ... }:
|
|
||||||
let
|
|
||||||
shellAliases = {
|
|
||||||
update-boot = "nixos-rebuild boot --max-jobs 10";
|
|
||||||
update-switch = "nixos-rebuild switch --max-jobs 10";
|
|
||||||
};
|
|
||||||
in
|
|
||||||
{
|
|
||||||
home = {
|
|
||||||
username = "root";
|
|
||||||
homeDirectory = lib.mkForce "/${config.home.username}";
|
|
||||||
enableNixpkgsReleaseCheck = false;
|
|
||||||
};
|
|
||||||
|
|
||||||
programs = {
|
|
||||||
zsh.shellAliases = shellAliases;
|
|
||||||
};
|
|
||||||
|
|
||||||
services = {
|
|
||||||
nextcloud-client.enable = lib.mkForce false;
|
|
||||||
kdeconnect = {
|
|
||||||
enable = false;
|
|
||||||
indicator = false;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
{ config, lib, ... }:
|
|
||||||
let
|
|
||||||
shellAliases = {
|
|
||||||
update-boot = "nixos-rebuild boot --max-jobs 10";
|
|
||||||
update-switch = "nixos-rebuild switch --max-jobs 10";
|
|
||||||
};
|
|
||||||
in
|
|
||||||
{
|
|
||||||
home = {
|
|
||||||
username = "root";
|
|
||||||
homeDirectory = lib.mkForce "/${config.home.username}";
|
|
||||||
};
|
|
||||||
|
|
||||||
programs = {
|
|
||||||
zsh.shellAliases = shellAliases;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user