Skip to content

Commit

Permalink
home/specialisations: change wallpaper hash
Browse files Browse the repository at this point in the history
  • Loading branch information
fufexan committed Jan 29, 2024
1 parent 42dad50 commit 9868b5b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 24 deletions.
2 changes: 1 addition & 1 deletion home/specialisations.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
wallpaper = let
params = "?q=85&fm=jpg&crop=fit&cs=srgb&w=2560";
url = "https://images.unsplash.com/photo-1608507974219-2df72d775da0${params}.jpg";
sha256 = "0dr4svc3sbygkxyrjxillrdx4940rvw0avf2grrrx2l88z64srmq";
sha256 = "00hj6svcfm969h0fmf5hfmgr8sa9vmh789dsl0nzdfqpc1mqy7h2";
ext = lib.last (lib.splitString "." url);
in
builtins.fetchurl {
Expand Down
45 changes: 23 additions & 22 deletions hosts/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,30 +52,31 @@
];
};

rog = nixosSystem {
inherit specialArgs;
modules =
laptop
++ [
./rog
"${self}/system/core/lanzaboote.nix"
"${self}/system/programs/gamemode.nix"
# rog = nixosSystem {
# inherit specialArgs;
# modules =
# laptop
# ++ [
# ./rog
# "${mod}/core/lanzaboote.nix"

"${self}/system/programs/hyprland.nix"
"${self}/system/programs/steam.nix"
# "${mod}/programs/gamemode.nix"
# "${mod}/programs/hyprland.nix"
# "${mod}/programs/steam.nix"

{home-manager.users.mihai.imports = homeImports."mihai@rog";}
];
};
# "${mod}/services/kmonad"
# {home-manager.users.mihai.imports = homeImports."mihai@rog";}
# ];
# };

kiiro = nixosSystem {
inherit specialArgs;
modules =
desktop
++ [
./kiiro
{home-manager.users.mihai.imports = homeImports.server;}
];
};
# kiiro = nixosSystem {
# inherit specialArgs;
# modules =
# desktop
# ++ [
# ./kiiro
# {home-manager.users.mihai.imports = homeImports.server;}
# ];
# };
};
}
2 changes: 1 addition & 1 deletion hosts/rog/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
fallthrough = true;
allowCommands = false;
};
config = builtins.readFile "${self}/modules/main.kbd";
config = builtins.readFile "${self}/system/services/kmonad/main.kbd";
};
};

Expand Down

0 comments on commit 9868b5b

Please sign in to comment.