diff options
| -rw-r--r-- | hm/env/niri/binds.nix | 2 | ||||
| -rw-r--r-- | hosts/laptop/configuration.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hm/env/niri/binds.nix b/hm/env/niri/binds.nix index 57cf66a..d22d0e7 100644 --- a/hm/env/niri/binds.nix +++ b/hm/env/niri/binds.nix @@ -2,7 +2,7 @@ with config.lib.niri.actions; let playerctl = spawn "${pkgs.playerctl}/bin/playerctl"; - ss = "${toString cfg.mediaPath}/pics/ss/$(date +%Y-%m-%d_%H-%M-%S)"; + ss = "${toString config.hm.conf.xdg-dirs.mediaPath}/pics/ss/$(date +%Y-%m-%d_%H-%M-%S)"; in { "Mod+O" = { diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index 40a3d7b..6435e79 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -7,7 +7,7 @@ ../../os/default.nix ]; - sys = { + os = { core = { allowUnfree.enable = true; |
