feat(isoImage): update host

This commit is contained in:
tux
2025-06-11 02:59:54 +05:30
parent 4ed96d80a7
commit e7a3655d90
2 changed files with 29 additions and 4 deletions

View File

@ -1,7 +1,24 @@
{...}: {
{pkgs, ...}: {
imports = [
../common/home.nix
../../modules/home/desktop/awesome
../../modules/home/desktop/hyprland
../../modules/home/picom
../../modules/home/alacritty
../../modules/home/wezterm
../../modules/home/ghostty
../../modules/home/desktop/rofi
../../modules/home/barrier
../../modules/home/firefox
../../modules/home/brave
../../modules/home/vs-code
../../modules/home/mopidy
../../modules/home/thunderbird
];
home.stateVersion = "23.11";
home.pointerCursor = {
package = pkgs.bibata-cursors;
name = "Bibata-Modern-Ice";
};
home.stateVersion = "24.11";
}