From 4ea68b87c2747031b42bc3d3d286e4408680e978 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Thu, 30 May 2024 11:43:17 +0300 Subject: 2024-05-30 --- configurations/eonwe/default.nix | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'configurations/eonwe') 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 = { -- cgit v1.2.3