feat: update flake inputs

This commit is contained in:
tux
2026-01-15 20:20:26 +05:30
parent 2d055ab10d
commit a049a66619
13 changed files with 203 additions and 177 deletions

View File

@@ -1,8 +1,4 @@
{
pkgs,
username,
...
}: {
{pkgs, ...}: {
imports = [
../../modules/home/desktop/awesome
../../modules/home/desktop/hyprland
@@ -82,7 +78,7 @@
impala
];
home.persistence."/persist/home/${username}" = {
home.persistence."/persist" = {
directories = [
"Downloads"
"Music"
@@ -124,7 +120,6 @@
".wakatime.cfg"
".config/aichat/.env"
];
allowOther = true;
};
home.stateVersion = "24.11";