diff options
| author | adikro <adikro@disroot.org> | 2026-01-08 19:57:03 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-01-08 19:57:03 +0100 |
| commit | 8197ecfee1dbd147a91b74227e3e5a84a66d4670 (patch) | |
| tree | b07a183bc08f2f28da639587ad7998777ac10a3c | |
| parent | b3931c5dd7006011720ac39db04136e69d02c952 (diff) | |
laptop synchronization
| -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; |
