snowfall migration wip homepc done
This commit is contained in:
parent
ed08a98651
commit
25774148e4
37 changed files with 1943 additions and 1447 deletions
|
|
@ -13,6 +13,10 @@
|
|||
}:
|
||||
with lib;
|
||||
with lib.${namespace}; {
|
||||
facter.reportPath = ./facter.json;
|
||||
systemd.network.wait-online.enable = lib.mkForce false; #facter
|
||||
|
||||
custom.hardware.nvidia = enabled;
|
||||
boot.kernelPackages = lib.mkForce pkgs.linuxPackages_cachyos;
|
||||
services.scx.enable = true; # by default uses scx_rustland scheduler
|
||||
custom.impermanence = enabled;
|
||||
|
|
@ -31,11 +35,29 @@ with lib.${namespace}; {
|
|||
};
|
||||
|
||||
custom.users = {
|
||||
kylekrein = enabled;
|
||||
tania = enabled;
|
||||
kylekrein = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
snowfallorg.users.kylekrein.home.config = {
|
||||
programs.niri.settings.outputs = {
|
||||
"DP-1" = {
|
||||
scale = 1.6;
|
||||
position.x = 1600;
|
||||
position.y = 0;
|
||||
};
|
||||
"DP-3" = {
|
||||
scale = 1.6;
|
||||
position.x = 0;
|
||||
position.y = 0;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
blender
|
||||
nix-schemas
|
||||
];
|
||||
|
||||
services.zerotierone = {
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue