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,11 +1,10 @@
{username, ...}: {
home.persistence."/persist/home/${username}" = {
{...}: {
home.persistence."/persist" = {
directories = [
"Projects"
".ssh"
".local/share/zsh"
];
allowOther = true;
};
home.stateVersion = "24.11";

View File

@@ -29,7 +29,7 @@
../../modules/nixos/selfhosted/nextcloud.nix
../../modules/nixos/selfhosted/silver-bullet.nix
../../modules/nixos/selfhosted/rustdesk-server.nix
../../modules/nixos/selfhosted/kasmweb.nix
# ../../modules/nixos/selfhosted/kasmweb.nix
../../modules/nixos/selfhosted/open-webui.nix
../../modules/nixos/selfhosted/glance
];

View File

@@ -1,12 +1,11 @@
{username, ...}: {
home.persistence."/persist/home/${username}" = {
{...}: {
home.persistence."/persist" = {
directories = [
"Projects"
"Stuff"
".ssh"
".local/share/zsh"
];
allowOther = true;
};
home.stateVersion = "24.11";

View File

@@ -194,7 +194,7 @@
xfconf.enable = true;
thunar = {
enable = true;
plugins = with pkgs.xfce; [
plugins = with pkgs; [
thunar-archive-plugin
thunar-volman
];

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";

View File

@@ -5,7 +5,6 @@
...
}: {
imports = [
inputs.impermanence.nixosModules.home-manager.impermanence
inputs.nix-index-database.homeModules.nix-index
../../modules/home/shell

View File

@@ -1,5 +1,5 @@
{username, ...}: {
home.persistence."/persist/home/${username}" = {
{...}: {
home.persistence."/persist" = {
directories = [
"Projects"
"Stuff"
@@ -15,7 +15,6 @@
files = [
".wakatime.cfg"
];
allowOther = true;
};
home.stateVersion = "24.11";

View File

@@ -35,7 +35,7 @@
ssh.startAgent = true;
thunar = {
enable = true;
plugins = with pkgs.xfce; [
plugins = with pkgs; [
thunar-archive-plugin
thunar-volman
];

View File

@@ -1,11 +1,10 @@
{username, ...}: {
home.persistence."/persist/home/${username}" = {
{...}: {
home.persistence."/persist" = {
directories = [
"Projects"
".ssh"
".local/share/zsh"
];
allowOther = true;
};
home.stateVersion = "24.11";