home-manager on hopper

This commit is contained in:
xunuwu 2025-04-15 12:23:07 +02:00
parent e5a3deb9ec
commit 0d84ec9284
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
3 changed files with 49 additions and 7 deletions

View file

@ -1,6 +1,8 @@
{
inputs,
systemProfiles,
homeSuites,
specialArgs,
lib,
...
}: {
@ -15,6 +17,8 @@
secrets.default
secrets.hopper
programs.home-manager
core.security
core.locale
core.tools
@ -32,6 +36,17 @@
network.networkd
# services.syncthing # TODO make syncthing not rely on having "xun" user
{
home-manager = {
backupFileExtension = "hm-backup";
users.desktop.imports = [
homeSuites.hopper
{home.stateVersion = "24.11";}
];
extraSpecialArgs = specialArgs;
};
}
];
nixpkgs.config = {

View file

@ -19,15 +19,8 @@
environment.systemPackages = with pkgs; [
firefox
stremio
];
environment.etc."sway/config.d/custom.conf".text = ''
output HDMI-A-1 {
scale 2.0
}
'';
services.greetd = {
enable = true;
settings = {