diff options
author | Azat Bahawi <azat@bahawi.net> | 2024-05-30 11:43:17 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2024-05-30 11:43:17 +0300 |
commit | 4ea68b87c2747031b42bc3d3d286e4408680e978 (patch) | |
tree | 6bdb17393976912133677226e971ea8159bde64f /configurations/eonwe | |
parent | 2024-05-26 (diff) |
2024-05-30
Diffstat (limited to '')
-rw-r--r-- | configurations/eonwe/default.nix | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/configurations/eonwe/default.nix b/configurations/eonwe/default.nix index c02a3c3..05e4145 100644 --- a/configurations/eonwe/default.nix +++ b/configurations/eonwe/default.nix @@ -29,6 +29,7 @@ with lib; hm = { home.packages = with pkgs; [ anki + calibre gimp iaito kdenlive @@ -37,7 +38,6 @@ with lib; qbittorrent qolibri radeontop - vesktop vial wacomtablet ]; @@ -48,7 +48,7 @@ with lib; mpv = { profiles = let - mapShaders = shaders: map (args: toString (pkgs.fetchurl args)) shaders; + mapShaders = map (args: toString (pkgs.fetchurl args)); cfl-prediction = mapShaders [ { url = "https://raw.githubusercontent.com/Artoriuz/glsl-chroma-from-luma-prediction/471c65dd3915d39e7ef69957ab63e006125fbb88/CfL_Prediction.glsl"; @@ -69,7 +69,7 @@ with lib; ]; in { - # TODO Profile conditionals on width are not working. + # TODO Fix profile conditionals. "qhd-downscale" = { dscale = "lanczos"; linear-downscaling = false; @@ -288,10 +288,7 @@ with lib; # [1]: https://github.com/ryantm/agenix/issues/45#issuecomment-847852593 # [1]: https://github.com/nix-community/impermanence/issues/22 # [1]: https://github.com/NixOS/nixpkgs/pull/86967#pullrequestreview-667929259 - "/home/${my.username}" = { - depends = [ config.ark.path ]; - neededForBoot = true; - }; + "/home/${my.username}".neededForBoot = true; }; zramSwap = { |