diff --git a/flake.lock b/flake.lock index 44aaa94..7079afa 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1772633327, - "narHash": "sha256-jl+DJB2DUx7EbWLRng+6HNWW/1/VQOnf0NsQB4PlA7I=", + "lastModified": 1774561634, + "narHash": "sha256-3q1xsREjqdVIIwQQDZQ9y0YdBzP8gAxdwKoKnZSzJtU=", "owner": "nix-community", "repo": "home-manager", - "rev": "5a75730e6f21ee624cbf86f4915c6e7489c74acc", + "rev": "7c046c63ac3b467c1d589b99d531da5b6520825a", "type": "github" }, "original": { @@ -22,11 +22,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1772542754, - "narHash": "sha256-WGV2hy+VIeQsYXpsLjdr4GvHv5eECMISX1zKLTedhdg=", + "lastModified": 1774386573, + "narHash": "sha256-4hAV26quOxdC6iyG7kYaZcM3VOskcPUrdCQd/nx8obc=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "8c809a146a140c5c8806f13399592dbcb1bb5dc4", + "rev": "46db2e09e1d3f113a13c0d7b81e2f221c63b8ce9", "type": "github" }, "original": { @@ -43,11 +43,11 @@ "noctalia-qs": "noctalia-qs" }, "locked": { - "lastModified": 1772659442, - "narHash": "sha256-F1oSoSwGvBiqtSfGU9YzsjL9sP6IQDYQeUIQbXma70U=", + "lastModified": 1774552301, + "narHash": "sha256-9Eo2Bam+leUHuPIfDG3bfNFO1i1kDAXwMJa41jjfdgw=", "owner": "noctalia-dev", "repo": "noctalia-shell", - "rev": "c56fa106b7d8c6ae3034ce6d706bc35432ac9ea6", + "rev": "fae79fe75f3d5bd4667ff043276b1563df069330", "type": "github" }, "original": { @@ -61,14 +61,16 @@ "nixpkgs": [ "noctalia", "nixpkgs" - ] + ], + "systems": "systems", + "treefmt-nix": "treefmt-nix" }, "locked": { - "lastModified": 1772227064, - "narHash": "sha256-f821ZSoGpa/aXrWq0gPpea9qBnX8KDyavGKkptz2Mog=", + "lastModified": 1774351986, + "narHash": "sha256-N131zILQ06ZNEvtgtjjFZ0N5qEI70rKKhCZsBcZoDH8=", "owner": "noctalia-dev", "repo": "noctalia-qs", - "rev": "0741d27d2f7db567270f139c5d1684614ecf9863", + "rev": "066835ebd5daeabc86df1e62fb5fe82a51407cc0", "type": "github" }, "original": { @@ -83,6 +85,43 @@ "nixpkgs": "nixpkgs", "noctalia": "noctalia" } + }, + "systems": { + "locked": { + "lastModified": 1689347949, + "narHash": "sha256-12tWmuL2zgBgZkdoB6qXZsgJEH9LR3oUgpaQq2RbI80=", + "owner": "nix-systems", + "repo": "default-linux", + "rev": "31732fcf5e8fea42e59c2488ad31a0e651500f68", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default-linux", + "type": "github" + } + }, + "treefmt-nix": { + "inputs": { + "nixpkgs": [ + "noctalia", + "noctalia-qs", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1772660329, + "narHash": "sha256-IjU1FxYqm+VDe5qIOxoW+pISBlGvVApRjiw/Y/ttJzY=", + "owner": "numtide", + "repo": "treefmt-nix", + "rev": "3710e0e1218041bbad640352a0440114b1e10428", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "treefmt-nix", + "type": "github" + } } }, "root": "root", diff --git a/home-manager/roles/lens/default.nix b/home-manager/roles/lens/default.nix index 4df3cd4..4ac6dd0 100644 --- a/home-manager/roles/lens/default.nix +++ b/home-manager/roles/lens/default.nix @@ -1,8 +1,18 @@ { pkgs, config, vars, ... }: - +let + wrappedLens = pkgs.symlinkJoin { + name = "lens-wrapped"; + paths = [ pkgs.lens ]; + buildInputs = [ pkgs.makeWrapper ]; + postBuild = '' + wrapProgram $out/bin/lens-desktop \ + --add-flags "--user-data-dir=$HOME/.config/Lens-fixed" + ''; + }; +in { home.packages = with pkgs; [ - lens + wrappedLens kubectl kompose ]; diff --git a/nixos/roles/physical/desktop/common/apps/hsr.nix b/nixos/roles/physical/desktop/common/apps/hsr.nix index f496c2c..0138cf4 100644 --- a/nixos/roles/physical/desktop/common/apps/hsr.nix +++ b/nixos/roles/physical/desktop/common/apps/hsr.nix @@ -2,7 +2,7 @@ let aagl-gtk-on-nix = import (builtins.fetchTarball { url = "https://github.com/ezKEa/aagl-gtk-on-nix/archive/main.tar.gz"; - sha256 = "19d1a4x3kcdzi0w8bzll8ws3hpnz3nrxdknc8vsrpyngbp3ws8ik"; + sha256 = "1sph4kym2hzh27pdnff22za2vhqrbd64dmsy7q0hg6ra22b5a8w7"; }); in {