Skip to content

Commit

Permalink
etc
Browse files Browse the repository at this point in the history
  • Loading branch information
dezren39 committed Dec 20, 2024
1 parent c7ad513 commit f661745
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions home/backup/default.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
{
lib,
inputs,
stateVersion,
pkgs,
...
}:
{
imports = [ (lib.from-root "nixos/home") ];
home-manager.users.backup = {
wayland.windowManager.hyprland = {
enable = true;
plugins = [ inputs.hypr-dynamic-cursors.packages.${pkgs.system}.hypr-dynamic-cursors ];
};
# TODO: ensure home manager standalone can still work
# TODO: factor out modules into shared files
nixpkgs.config = {
Expand Down
5 changes: 5 additions & 0 deletions home/root/default.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
{
lib,
inputs,
stateVersion,
pkgs,
...
}:
{
imports = [ (lib.from-root "nixos/home") ];
home-manager.users.root = {
wayland.windowManager.hyprland = {
enable = true;
plugins = [ inputs.hypr-dynamic-cursors.packages.${pkgs.system}.hypr-dynamic-cursors ];
};
# TODO: ensure home manager standalone can still work
# TODO: factor out modules into shared files
nixpkgs.config = {
Expand Down

0 comments on commit f661745

Please sign in to comment.