chore: use home-manager for transcaffeine
This commit is contained in:
parent
f9b964d69a
commit
b4d7447612
@ -22,4 +22,5 @@
|
||||
nix-diff
|
||||
];
|
||||
};
|
||||
home-manager.users.transcaffeine = import ./home-manager.nix;
|
||||
}
|
||||
|
12
users/transcaffeine/home-manager.nix
Normal file
12
users/transcaffeine/home-manager.nix
Normal file
@ -0,0 +1,12 @@
|
||||
{ lib, pkgs, ... }: {
|
||||
home.stateVersion = "24.11";
|
||||
services.darkman = {
|
||||
enable = true;
|
||||
settings = {
|
||||
lat = 49.0800;
|
||||
lng = 8.23300;
|
||||
portal = true;
|
||||
dbusserver = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user