This commit is contained in:
death916 2025-12-24 03:54:12 -08:00
parent b99b88f861
commit 5e453405a9
2 changed files with 5 additions and 3 deletions

7
flake.lock generated
View file

@ -851,15 +851,16 @@
"tinted-zed": "tinted-zed"
},
"locked": {
"lastModified": 1766440186,
"narHash": "sha256-7B/dntEDan+pMB8B/sG6599f3mQaySAJL+c9NhdMP7k=",
"lastModified": 1766515275,
"narHash": "sha256-2iOwFYtsU2d5Np2pN5cDtPRrs9KswTjP+fVEXk+9QqI=",
"owner": "nix-community",
"repo": "stylix",
"rev": "844294a58ef0badb3067c4f2fe063030537eb624",
"rev": "c97b7b37b2d068b98271dce203857325abf58fb6",
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "release-25.11",
"repo": "stylix",
"type": "github"
}

View file

@ -103,6 +103,7 @@
home-manager.users.death916 = {
imports = [
./home-manager/home.nix
stylix.homeModules.stylix
];
};
}