diff --git a/flake.lock b/flake.lock index 1f3e744..f6e3f80 100644 --- a/flake.lock +++ b/flake.lock @@ -339,11 +339,11 @@ ] }, "locked": { - "lastModified": 1741955947, - "narHash": "sha256-2lbURKclgKqBNm7hVRtWh0A7NrdsibD0EaWhahUVhhY=", + "lastModified": 1742246081, + "narHash": "sha256-1e4oFbtdOOb6NqauHevWWjEUXZnfZ6RUAJJjn9i4YBc=", "owner": "nix-community", "repo": "home-manager", - "rev": "4e12151c9e014e2449e0beca2c0e9534b96a26b4", + "rev": "c657142e24a43ea1035889f0b0a7c24598e0e18a", "type": "github" }, "original": { @@ -870,16 +870,15 @@ "nixpkgs": [ "nixpkgs" ], - "nixpkgs-sonarr": "nixpkgs-sonarr", "vpnconfinement": "vpnconfinement", "website-builder": "website-builder" }, "locked": { - "lastModified": 1741596653, - "narHash": "sha256-tvS9L5Zxxftwo7l2dj/UfnlNBtdnQ0MwmdRDW27on78=", + "lastModified": 1742243092, + "narHash": "sha256-pTMB/aLTufgNX3rJlT5Ia64TofZxOdEGMl9nfc3D++o=", "owner": "rasmus-kirk", "repo": "nixarr", - "rev": "29b7be20d4871b0ebac2db7c1691ecd3e690283f", + "rev": "046ec8d875611ec2c93d5c45eebf6b46f0f350e8", "type": "github" }, "original": { @@ -946,22 +945,6 @@ "type": "github" } }, - "nixpkgs-sonarr": { - "locked": { - "lastModified": 1732219096, - "narHash": "sha256-gbvtOPW7K7v4EFo7Feo5s+SI7FMVrCOA5CgnuMhWO/Y=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "328abff1f7a707dc8da8e802f724f025521793ea", - "type": "github" - }, - "original": { - "owner": "nixos", - "repo": "nixpkgs", - "rev": "328abff1f7a707dc8da8e802f724f025521793ea", - "type": "github" - } - }, "nixpkgs-stable": { "locked": { "lastModified": 1742136038, @@ -1232,11 +1215,11 @@ ] }, "locked": { - "lastModified": 1742209060, - "narHash": "sha256-47/1bOPBGhmAegF06nxLN15d/MClCAkk8s/+WOhJJAM=", + "lastModified": 1742239755, + "narHash": "sha256-ptn8dR4Uat3UUadGYNnB7CIH9SQm8mK69D2A/twBUXQ=", "owner": "Mic92", "repo": "sops-nix", - "rev": "b33837ae3cfa012b65810891bebbee71fa4c0658", + "rev": "787afce414bcce803b605c510b60bf43c11f4b55", "type": "github" }, "original": { diff --git a/modules/home/niri.nix b/modules/home/niri.nix index 540947d..1a02a0f 100644 --- a/modules/home/niri.nix +++ b/modules/home/niri.nix @@ -71,13 +71,13 @@ in width = 2560; height = 1600; }; - background-color = strPalette.normal.background; + background-color = "#000000"; scale = 1; variable-refresh-rate = true; }; "HDMI-A-1" = { - background-color = strPalette.normal.background; + background-color = "#000000"; scale = 1; }; @@ -86,7 +86,7 @@ in width = 3840; height = 2160; }; - background-color = strPalette.normal.background; + background-color = "#000000"; scale = 1; }; }; @@ -166,9 +166,16 @@ in { matches = [ { app-id = "Calculator"; } + { app-id = "org.gnome.Calculator$"; } + { app-id = "pavucontrol$"; } { app-id = "Color Picker"; } { app-id = "Volume Control"; } { app-id = "processing-core-PApplet"; } + { app-id = "file-roller$"; } + { app-id = "Preferences$"; } + { app-id = "Open File$"; } + { app-id = "Save File$"; } + { app-id = "Open Folder$"; } ]; open-floating = true; } diff --git a/modules/home/shell-conf.nix b/modules/home/shell-conf.nix index 555d160..85c4733 100644 --- a/modules/home/shell-conf.nix +++ b/modules/home/shell-conf.nix @@ -112,6 +112,8 @@ trash-cli poppler_utils + + fossil ]; programs = {