This commit is contained in:
4DBug
2026-03-03 21:48:51 -06:00
parent aeea92d752
commit 83c72a1742
10 changed files with 55 additions and 19 deletions

View File

@@ -16,6 +16,10 @@
# sish
vscode-server
gitea
catppuccin
janitor
];
nixos = {

View File

@@ -12,10 +12,7 @@
openssh
syncthing
catppuccin
fish
janitor
];
nixos = { ... }: {
@@ -23,8 +20,10 @@
/etc/nixos/hardware-configuration.nix
];
home-manager.useGlobalPkgs = true;
home-manager.backupFileExtension = "hm-backup";
home-manager = {
useGlobalPkgs = true;
backupFileExtension = "hm-backup";
};
system = {
stateVersion = "26.05";

View File

@@ -4,6 +4,10 @@
common
nvidia
catppuccin
janitor
];
nixos = {

View File

@@ -1,15 +1,19 @@
{ den, ... }: {
den.aspects.laptop = {
den.aspects.styx = {
includes = with den.aspects; [
common
amdgpu
cloudflare-warp
cad
catppuccin
janitor
];
nixos = {
networking.hostName = "nix";
networking.hostName = "styx";
services.logind.settings.Login = {
HandleLidSwitch = "ignore";