Skip to content

Commit f661745

Browse files
committed
etc
1 parent c7ad513 commit f661745

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

home/backup/default.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
{
22
lib,
3+
inputs,
34
stateVersion,
45
pkgs,
56
...
67
}:
78
{
89
imports = [ (lib.from-root "nixos/home") ];
910
home-manager.users.backup = {
11+
wayland.windowManager.hyprland = {
12+
enable = true;
13+
plugins = [ inputs.hypr-dynamic-cursors.packages.${pkgs.system}.hypr-dynamic-cursors ];
14+
};
1015
# TODO: ensure home manager standalone can still work
1116
# TODO: factor out modules into shared files
1217
nixpkgs.config = {

home/root/default.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
{
22
lib,
3+
inputs,
34
stateVersion,
45
pkgs,
56
...
67
}:
78
{
89
imports = [ (lib.from-root "nixos/home") ];
910
home-manager.users.root = {
11+
wayland.windowManager.hyprland = {
12+
enable = true;
13+
plugins = [ inputs.hypr-dynamic-cursors.packages.${pkgs.system}.hypr-dynamic-cursors ];
14+
};
1015
# TODO: ensure home manager standalone can still work
1116
# TODO: factor out modules into shared files
1217
nixpkgs.config = {

0 commit comments

Comments
 (0)