From 308fcca8444b8282213be17a8a092c4c27283938 Mon Sep 17 00:00:00 2001 From: benstrb Date: Tue, 24 Mar 2026 23:27:35 +0100 Subject: [PATCH 1/9] non important commit --- home/home.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/home/home.nix b/home/home.nix index 12c79bd..56e59db 100644 --- a/home/home.nix +++ b/home/home.nix @@ -37,7 +37,6 @@ pkgs.bspwm pkgs.sxhkd - pkgs.swww inputs.awww.packages.x86_64-linux.awww pkgs.feh pkgs.picom From fbc732307637a72a669a3ddfcf4c44863f28a64a Mon Sep 17 00:00:00 2001 From: benstrb Date: Thu, 26 Mar 2026 17:54:57 +0100 Subject: [PATCH 2/9] non important commit --- flake.lock | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/flake.lock b/flake.lock index c2fec09..7c3743a 100644 --- a/flake.lock +++ b/flake.lock @@ -104,11 +104,11 @@ ] }, "locked": { - "lastModified": 1774274572, - "narHash": "sha256-YtpNRYSv0CQn+MjhHHqFcIR5L0Urex2tTwS42kP6nuc=", + "lastModified": 1774539458, + "narHash": "sha256-H9GIOqdMfQZ6lFetsQhO9TCq53hYzpTHDWOt3PRh9V0=", "owner": "nix-community", "repo": "home-manager", - "rev": "90913f831383a599c556cba59eac8cae9b5195a9", + "rev": "e2e5f512b33ed19a7a3271d0b73ed5eefcc0be5f", "type": "github" }, "original": { @@ -187,11 +187,11 @@ "xwayland-satellite-unstable": "xwayland-satellite-unstable" }, "locked": { - "lastModified": 1774283383, - "narHash": "sha256-3aCfmL8hOcdIl783LTnK+lHcjMGCnc+2zQ98xUyefCU=", + "lastModified": 1774539534, + "narHash": "sha256-kRKybUNiXTivTZSUnqwXHCY4GRD3e+Nu+1Mb8jf2HCI=", "owner": "sodiboo", "repo": "niri-flake", - "rev": "8a583029606cf072cc01c7e2f4298cc75a7ada28", + "rev": "975e9c55001333df0ddab36d938372c14917998a", "type": "github" }, "original": { @@ -235,11 +235,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1774106199, - "narHash": "sha256-US5Tda2sKmjrg2lNHQL3jRQ6p96cgfWh3J1QBliQ8Ws=", + "lastModified": 1774386573, + "narHash": "sha256-4hAV26quOxdC6iyG7kYaZcM3VOskcPUrdCQd/nx8obc=", "owner": "nixos", "repo": "nixpkgs", - "rev": "6c9a78c09ff4d6c21d0319114873508a6ec01655", + "rev": "46db2e09e1d3f113a13c0d7b81e2f221c63b8ce9", "type": "github" }, "original": { @@ -251,11 +251,11 @@ }, "nixpkgs-stable": { "locked": { - "lastModified": 1774244481, - "narHash": "sha256-4XfMXU0DjN83o6HWZoKG9PegCvKvIhNUnRUI19vzTcQ=", + "lastModified": 1774388614, + "narHash": "sha256-tFwzTI0DdDzovdE9+Ras6CUss0yn8P9XV4Ja6RjA+nU=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "4590696c8693fea477850fe379a01544293ca4e2", + "rev": "1073dad219cb244572b74da2b20c7fe39cb3fa9e", "type": "github" }, "original": { @@ -400,11 +400,11 @@ ] }, "locked": { - "lastModified": 1774242250, - "narHash": "sha256-pchbnY7KVnH26g4O3LZO8vpshInqNj937gAqlPob1Mk=", + "lastModified": 1774478219, + "narHash": "sha256-WyPQoYBde7TSCR45ZgofzBqvVo/MpH3Vkh8YMj9OZC0=", "owner": "0xc000022070", "repo": "zen-browser-flake", - "rev": "f19c3e6683c2d2f3fcfcb88fb691931a104bc47c", + "rev": "2e49c5278af6ef5f1e17e0fd27c2e22b1a7edc38", "type": "github" }, "original": { From 15ffdcfdc88f2e633b962b5183da2732ef94b523 Mon Sep 17 00:00:00 2001 From: benstrb Date: Wed, 1 Apr 2026 22:11:22 +0200 Subject: [PATCH 3/9] non important commit --- home/modules/shells.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/modules/shells.nix b/home/modules/shells.nix index f6fa6d0..75e32df 100644 --- a/home/modules/shells.nix +++ b/home/modules/shells.nix @@ -70,7 +70,7 @@ } def --env fzf-cd [] { - let dir = (fd -H -t d -L . | fzf --reverse --height 40% --border rounded --preview=("eza --color=always --group-directories-first --icons --long {}") --preview-window=border-left) + let dir = (fd -t d -L . | fzf --reverse --height 40% --border rounded --preview=("eza --color=always --group-directories-first --icons --long {}") --preview-window=border-left) if $dir != null and $dir != "" { cd $dir @@ -78,7 +78,7 @@ } def --env fzf-nvim [] { - let file = (fd -H -t f -L . | fzf --reverse --height 40% --border rounded --preview=("bat -p -P --color always {}") --preview-window=border-left) + let file = (fd -t f -L . | fzf --reverse --height 40% --border rounded --preview=("bat -p -P --color always {}") --preview-window=border-left) if $file != null and $file != "" { nvim $file From ad5a8e764533fe1f5b32c984bf1a42cfb76a48ca Mon Sep 17 00:00:00 2001 From: benstrb Date: Wed, 1 Apr 2026 22:13:13 +0200 Subject: [PATCH 4/9] non important commit --- flake.lock | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/flake.lock b/flake.lock index 7c3743a..d6d392e 100644 --- a/flake.lock +++ b/flake.lock @@ -104,11 +104,11 @@ ] }, "locked": { - "lastModified": 1774539458, - "narHash": "sha256-H9GIOqdMfQZ6lFetsQhO9TCq53hYzpTHDWOt3PRh9V0=", + "lastModified": 1775047159, + "narHash": "sha256-UWM4VZvfKaPwA9FMu7iZha5YAE8vsEtUazk+rFxmbTY=", "owner": "nix-community", "repo": "home-manager", - "rev": "e2e5f512b33ed19a7a3271d0b73ed5eefcc0be5f", + "rev": "1ce9e62690dfdd7e76bd266ccb9a887778410eb2", "type": "github" }, "original": { @@ -125,11 +125,11 @@ ] }, "locked": { - "lastModified": 1773422513, - "narHash": "sha256-MPjR48roW7CUMU6lu0+qQGqj92Kuh3paIulMWFZy+NQ=", + "lastModified": 1774991950, + "narHash": "sha256-kScKj3qJDIWuN9/6PMmgy5esrTUkYinrO5VvILik/zw=", "owner": "nix-community", "repo": "home-manager", - "rev": "ef12a9a2b0f77c8fa3dda1e7e494fca668909056", + "rev": "f2d3e04e278422c7379e067e323734f3e8c585a7", "type": "github" }, "original": { @@ -187,11 +187,11 @@ "xwayland-satellite-unstable": "xwayland-satellite-unstable" }, "locked": { - "lastModified": 1774539534, - "narHash": "sha256-kRKybUNiXTivTZSUnqwXHCY4GRD3e+Nu+1Mb8jf2HCI=", + "lastModified": 1775042939, + "narHash": "sha256-qcCBdnnKj8g/TiYmfDl3LmTdLYVPxr08yht9JaTXW00=", "owner": "sodiboo", "repo": "niri-flake", - "rev": "975e9c55001333df0ddab36d938372c14917998a", + "rev": "0e4df2c05361ed0f5e8738335369b304a0962b02", "type": "github" }, "original": { @@ -220,11 +220,11 @@ "niri-unstable": { "flake": false, "locked": { - "lastModified": 1773130184, - "narHash": "sha256-3bwx4WqCB06yfQIGB+OgIckOkEDyKxiTD5pOo4Xz2rI=", + "lastModified": 1774616418, + "narHash": "sha256-z+dLkAS4bqytIlOI4h2MnjBJrSP4d1Awx0n+IV5YA3Y=", "owner": "YaLTeR", "repo": "niri", - "rev": "b07bde3ee82dd73115e6b949e4f3f63695da35ea", + "rev": "8f48f56fe19918b5cfa02e5d68a47ebaf7bf3dee", "type": "github" }, "original": { @@ -235,11 +235,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1774386573, - "narHash": "sha256-4hAV26quOxdC6iyG7kYaZcM3VOskcPUrdCQd/nx8obc=", + "lastModified": 1774709303, + "narHash": "sha256-D3Q07BbIA2KnTcSXIqqu9P586uWxN74zNoCH3h2ESHg=", "owner": "nixos", "repo": "nixpkgs", - "rev": "46db2e09e1d3f113a13c0d7b81e2f221c63b8ce9", + "rev": "8110df5ad7abf5d4c0f6fb0f8f978390e77f9685", "type": "github" }, "original": { @@ -251,11 +251,11 @@ }, "nixpkgs-stable": { "locked": { - "lastModified": 1774388614, - "narHash": "sha256-tFwzTI0DdDzovdE9+Ras6CUss0yn8P9XV4Ja6RjA+nU=", + "lastModified": 1775002709, + "narHash": "sha256-d3Yx83vSrN+2z/loBh4mJpyRqr9aAJqlke4TkpFmRJA=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "1073dad219cb244572b74da2b20c7fe39cb3fa9e", + "rev": "bcd464ccd2a1a7cd09aa2f8d4ffba83b761b1d0e", "type": "github" }, "original": { @@ -400,11 +400,11 @@ ] }, "locked": { - "lastModified": 1774478219, - "narHash": "sha256-WyPQoYBde7TSCR45ZgofzBqvVo/MpH3Vkh8YMj9OZC0=", + "lastModified": 1775021133, + "narHash": "sha256-JB0u0evfSlmNg9HdGDxtXjaCcdKUpFPdSAMGxvJo5Pw=", "owner": "0xc000022070", "repo": "zen-browser-flake", - "rev": "2e49c5278af6ef5f1e17e0fd27c2e22b1a7edc38", + "rev": "4bf1a6837064486c4f573a9d500c4cf3c1c075c0", "type": "github" }, "original": { From a0ccf75216c87771d46a205f551c00d0c1a1308b Mon Sep 17 00:00:00 2001 From: benstrb Date: Sat, 4 Apr 2026 11:12:10 +0200 Subject: [PATCH 5/9] non important commit --- flake.lock | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/flake.lock b/flake.lock index d6d392e..99c0950 100644 --- a/flake.lock +++ b/flake.lock @@ -104,11 +104,11 @@ ] }, "locked": { - "lastModified": 1775047159, - "narHash": "sha256-UWM4VZvfKaPwA9FMu7iZha5YAE8vsEtUazk+rFxmbTY=", + "lastModified": 1775268934, + "narHash": "sha256-Sa5tW5kYPJornQEkFVD43F/0d4/WP+/GLTNktTFe2qU=", "owner": "nix-community", "repo": "home-manager", - "rev": "1ce9e62690dfdd7e76bd266ccb9a887778410eb2", + "rev": "9dc93220c1c9a410ef6277d6dc55c571d9e592d0", "type": "github" }, "original": { @@ -187,11 +187,11 @@ "xwayland-satellite-unstable": "xwayland-satellite-unstable" }, "locked": { - "lastModified": 1775042939, - "narHash": "sha256-qcCBdnnKj8g/TiYmfDl3LmTdLYVPxr08yht9JaTXW00=", + "lastModified": 1775089852, + "narHash": "sha256-zcX3hf2cTOQ06kRP+FCYbuaWhy+FLruLFp+D79Enjo4=", "owner": "sodiboo", "repo": "niri-flake", - "rev": "0e4df2c05361ed0f5e8738335369b304a0962b02", + "rev": "cfa91d98691d91cc604ab8f4e224819524c496ad", "type": "github" }, "original": { @@ -235,11 +235,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1774709303, - "narHash": "sha256-D3Q07BbIA2KnTcSXIqqu9P586uWxN74zNoCH3h2ESHg=", + "lastModified": 1775036866, + "narHash": "sha256-ZojAnPuCdy657PbTq5V0Y+AHKhZAIwSIT2cb8UgAz/U=", "owner": "nixos", "repo": "nixpkgs", - "rev": "8110df5ad7abf5d4c0f6fb0f8f978390e77f9685", + "rev": "6201e203d09599479a3b3450ed24fa81537ebc4e", "type": "github" }, "original": { @@ -400,11 +400,11 @@ ] }, "locked": { - "lastModified": 1775021133, - "narHash": "sha256-JB0u0evfSlmNg9HdGDxtXjaCcdKUpFPdSAMGxvJo5Pw=", + "lastModified": 1775278263, + "narHash": "sha256-BgkUmlOuFaaZQCnlhXkQ3/Fng65aq00tJQkpoeTn7Mw=", "owner": "0xc000022070", "repo": "zen-browser-flake", - "rev": "4bf1a6837064486c4f573a9d500c4cf3c1c075c0", + "rev": "bb051d7a0f04356d42528bbb65dc014adf2dab66", "type": "github" }, "original": { From 4e32b3304feaece0eaaac2999fc7fb0222dac005 Mon Sep 17 00:00:00 2001 From: benstrb Date: Sat, 4 Apr 2026 11:33:59 +0200 Subject: [PATCH 6/9] non important commit --- configuration/modules/system/graphics.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration/modules/system/graphics.nix b/configuration/modules/system/graphics.nix index 9e19633..6227c51 100644 --- a/configuration/modules/system/graphics.nix +++ b/configuration/modules/system/graphics.nix @@ -13,7 +13,8 @@ modesetting.enable = true; powerManagement.enable = true; open = false; - package = config.boot.kernelPackages.nvidiaPackages.production; + nvidiaSettings = true; + package = config.boot.kernelPackages.nvidiaPackages.stable; }; }; } From b1d7394ac0890614d633eb7d3cedc9bbe5b5390b Mon Sep 17 00:00:00 2001 From: benstrb Date: Sat, 4 Apr 2026 11:53:36 +0200 Subject: [PATCH 7/9] non important commit --- configuration/main/hardware-configuration.nix | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/configuration/main/hardware-configuration.nix b/configuration/main/hardware-configuration.nix index 66dfb14..dc8dc59 100644 --- a/configuration/main/hardware-configuration.nix +++ b/configuration/main/hardware-configuration.nix @@ -8,7 +8,7 @@ [ (modulesPath + "/installer/scan/not-detected.nix") ]; - boot.initrd.availableKernelModules = [ "ata_generic" "ehci_pci" "ahci" "nvme" "usbhid" "usb_storage" "uas" "sd_mod" ]; + boot.initrd.availableKernelModules = [ "ata_generic" "ehci_pci" "ahci" "nvme" "usbhid" "uas" "sd_mod" ]; boot.initrd.kernelModules = [ ]; boot.kernelModules = [ ]; boot.extraModulePackages = [ ]; @@ -23,6 +23,16 @@ fsType = "ext4"; }; + fileSystems."/mnt/500G-disk" = + { device = "/dev/disk/by-uuid/1a899f03-4c6a-460a-9635-c4b208b29fba"; + fsType = "ext4"; + }; + + fileSystems."/mnt/verbatim" = + { device = "/dev/disk/by-uuid/2aa5f849-1df0-4f3a-b7db-ef64d06b16e4"; + fsType = "ext4"; + }; + swapDevices = [ ]; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; From 24fdaf02a6fdf8268278c966173e7ef7c92dc20d Mon Sep 17 00:00:00 2001 From: benstrb Date: Sat, 4 Apr 2026 11:58:25 +0200 Subject: [PATCH 8/9] non important commit --- configuration/main/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configuration/main/configuration.nix b/configuration/main/configuration.nix index e80375d..7f9b4e3 100644 --- a/configuration/main/configuration.nix +++ b/configuration/main/configuration.nix @@ -5,7 +5,9 @@ }: { imports = [ ./hardware-configuration.nix + /* ./verbatim.nix + */ ./500G-disk.nix ../modules/system/graphics.nix @@ -18,7 +20,9 @@ ../modules/system/programs.nix ../modules/system/ssh.nix ../modules/system/sound.nix + /* ../modules/system/printing.nix + */ ../modules/system/input-handle.nix ../modules/system/keyboard.nix ../modules/system/locale.nix From 8d08db0b9b55128d2238a74ba2bbbf08ec7bdbfd Mon Sep 17 00:00:00 2001 From: benstrb Date: Sun, 5 Apr 2026 11:29:16 +0200 Subject: [PATCH 9/9] non important commit --- configuration/main/configuration.nix | 4 - configuration/modules/system/graphics.nix | 2 +- flake.lock | 150 ++++++++++------------ home/home.nix | 1 + 4 files changed, 68 insertions(+), 89 deletions(-) diff --git a/configuration/main/configuration.nix b/configuration/main/configuration.nix index 7f9b4e3..e80375d 100644 --- a/configuration/main/configuration.nix +++ b/configuration/main/configuration.nix @@ -5,9 +5,7 @@ }: { imports = [ ./hardware-configuration.nix - /* ./verbatim.nix - */ ./500G-disk.nix ../modules/system/graphics.nix @@ -20,9 +18,7 @@ ../modules/system/programs.nix ../modules/system/ssh.nix ../modules/system/sound.nix - /* ../modules/system/printing.nix - */ ../modules/system/input-handle.nix ../modules/system/keyboard.nix ../modules/system/locale.nix diff --git a/configuration/modules/system/graphics.nix b/configuration/modules/system/graphics.nix index 6227c51..4ad4b3a 100644 --- a/configuration/modules/system/graphics.nix +++ b/configuration/modules/system/graphics.nix @@ -14,7 +14,7 @@ powerManagement.enable = true; open = false; nvidiaSettings = true; - package = config.boot.kernelPackages.nvidiaPackages.stable; + package = config.boot.kernelPackages.nvidiaPackages.production; }; }; } diff --git a/flake.lock b/flake.lock index 99c0950..8d36a7e 100644 --- a/flake.lock +++ b/flake.lock @@ -1,44 +1,6 @@ { "nodes": { - "awww": { - "inputs": { - "flake-compat": "flake-compat", - "nixpkgs": [ - "nixpkgs" - ], - "rust-overlay": "rust-overlay" - }, - "locked": { - "lastModified": 1774191766, - "narHash": "sha256-bvO+gfuUOVUiBEwAJ5A2RjpysPzCfyXD+DM8piOa1+4=", - "ref": "refs/heads/main", - "rev": "7a8fc2e646b97e5ae508a44d3449e3b41345d456", - "revCount": 1336, - "type": "git", - "url": "https://codeberg.org/LGFae/awww" - }, - "original": { - "type": "git", - "url": "https://codeberg.org/LGFae/awww" - } - }, "flake-compat": { - "flake": false, - "locked": { - "lastModified": 1761588595, - "narHash": "sha256-XKUZz9zewJNUj46b4AJdiRZJAvSZ0Dqj2BNfXvFlJC4=", - "owner": "edolstra", - "repo": "flake-compat", - "rev": "f387cd2afec9419c8ee37694406ca490c3f34ee5", - "type": "github" - }, - "original": { - "owner": "edolstra", - "repo": "flake-compat", - "type": "github" - } - }, - "flake-compat_2": { "flake": false, "locked": { "lastModified": 1751685974, @@ -80,7 +42,7 @@ "nixpkgs": [ "nixpkgs" ], - "rust-overlay": "rust-overlay_2" + "rust-overlay": "rust-overlay" }, "locked": { "lastModified": 1772147792, @@ -92,7 +54,6 @@ "url": "https://git.stribrny.org/max_ag/floating-calculator" }, "original": { - "rev": "2abbacf66e99db523d624037f3e449aa40e8f366", "type": "git", "url": "https://git.stribrny.org/max_ag/floating-calculator" } @@ -104,11 +65,11 @@ ] }, "locked": { - "lastModified": 1775268934, - "narHash": "sha256-Sa5tW5kYPJornQEkFVD43F/0d4/WP+/GLTNktTFe2qU=", + "lastModified": 1773810247, + "narHash": "sha256-6Vz1Thy/1s7z+Rq5OfkWOBAdV4eD+OrvDs10yH6xJzQ=", "owner": "nix-community", "repo": "home-manager", - "rev": "9dc93220c1c9a410ef6277d6dc55c571d9e592d0", + "rev": "d47357a4c806d18a3e853ad2699eaec3c01622e7", "type": "github" }, "original": { @@ -125,11 +86,11 @@ ] }, "locked": { - "lastModified": 1774991950, - "narHash": "sha256-kScKj3qJDIWuN9/6PMmgy5esrTUkYinrO5VvILik/zw=", + "lastModified": 1773422513, + "narHash": "sha256-MPjR48roW7CUMU6lu0+qQGqj92Kuh3paIulMWFZy+NQ=", "owner": "nix-community", "repo": "home-manager", - "rev": "f2d3e04e278422c7379e067e323734f3e8c585a7", + "rev": "ef12a9a2b0f77c8fa3dda1e7e494fca668909056", "type": "github" }, "original": { @@ -187,11 +148,11 @@ "xwayland-satellite-unstable": "xwayland-satellite-unstable" }, "locked": { - "lastModified": 1775089852, - "narHash": "sha256-zcX3hf2cTOQ06kRP+FCYbuaWhy+FLruLFp+D79Enjo4=", + "lastModified": 1773809319, + "narHash": "sha256-ZuMZEuxqWneGaK+HAXz50JyCmtFo0neo6mp6F2NWj24=", "owner": "sodiboo", "repo": "niri-flake", - "rev": "cfa91d98691d91cc604ab8f4e224819524c496ad", + "rev": "c4ee62058cd37d7b842c3b081917f792efee9082", "type": "github" }, "original": { @@ -220,11 +181,11 @@ "niri-unstable": { "flake": false, "locked": { - "lastModified": 1774616418, - "narHash": "sha256-z+dLkAS4bqytIlOI4h2MnjBJrSP4d1Awx0n+IV5YA3Y=", + "lastModified": 1773130184, + "narHash": "sha256-3bwx4WqCB06yfQIGB+OgIckOkEDyKxiTD5pOo4Xz2rI=", "owner": "YaLTeR", "repo": "niri", - "rev": "8f48f56fe19918b5cfa02e5d68a47ebaf7bf3dee", + "rev": "b07bde3ee82dd73115e6b949e4f3f63695da35ea", "type": "github" }, "original": { @@ -235,11 +196,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1775036866, - "narHash": "sha256-ZojAnPuCdy657PbTq5V0Y+AHKhZAIwSIT2cb8UgAz/U=", + "lastModified": 1773734432, + "narHash": "sha256-IF5ppUWh6gHGHYDbtVUyhwy/i7D261P7fWD1bPefOsw=", "owner": "nixos", "repo": "nixpkgs", - "rev": "6201e203d09599479a3b3450ed24fa81537ebc4e", + "rev": "cda48547b432e8d3b18b4180ba07473762ec8558", "type": "github" }, "original": { @@ -251,11 +212,11 @@ }, "nixpkgs-stable": { "locked": { - "lastModified": 1775002709, - "narHash": "sha256-d3Yx83vSrN+2z/loBh4mJpyRqr9aAJqlke4TkpFmRJA=", + "lastModified": 1773705440, + "narHash": "sha256-xB30bbAp0e7ogSEYyc126mAJMt4FRFh8wtm6ADE1xuM=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "bcd464ccd2a1a7cd09aa2f8d4ffba83b761b1d0e", + "rev": "48652e9d5aea46e555b3df87354280d4f29cd3a3", "type": "github" }, "original": { @@ -267,7 +228,7 @@ }, "nvf": { "inputs": { - "flake-compat": "flake-compat_2", + "flake-compat": "flake-compat", "flake-parts": "flake-parts", "mnw": "mnw", "ndg": "ndg", @@ -293,37 +254,16 @@ }, "root": { "inputs": { - "awww": "awww", "floating-calc": "floating-calc", "home-manager": "home-manager", "niri-flake": "niri-flake", "nixpkgs": "nixpkgs", "nvf": "nvf", + "wayland-bar": "wayland-bar", "zen-browser": "zen-browser" } }, "rust-overlay": { - "inputs": { - "nixpkgs": [ - "awww", - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1764038373, - "narHash": "sha256-M6w2wNBRelcavoDAyFL2iO4NeWknD40ASkH1S3C0YGM=", - "owner": "oxalica", - "repo": "rust-overlay", - "rev": "ab3536fe850211a96673c6ffb2cb88aab8071cc9", - "type": "github" - }, - "original": { - "owner": "oxalica", - "repo": "rust-overlay", - "type": "github" - } - }, - "rust-overlay_2": { "inputs": { "nixpkgs": [ "floating-calc", @@ -344,6 +284,27 @@ "type": "github" } }, + "rust-overlay_2": { + "inputs": { + "nixpkgs": [ + "wayland-bar", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1773630837, + "narHash": "sha256-zJhgAGnbVKeBMJOb9ctZm4BGS/Rnrz+5lfSXTVah4HQ=", + "owner": "oxalica", + "repo": "rust-overlay", + "rev": "f600ea449c7b5bb596fa1cf21c871cc5b9e31316", + "type": "github" + }, + "original": { + "owner": "oxalica", + "repo": "rust-overlay", + "type": "github" + } + }, "systems": { "locked": { "lastModified": 1681028828, @@ -359,6 +320,27 @@ "type": "github" } }, + "wayland-bar": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ], + "rust-overlay": "rust-overlay_2" + }, + "locked": { + "lastModified": 1773784783, + "narHash": "sha256-T3oP3c75kt0Ef+uO3D9qy85VucA4mzhuREWz3FZBTSg=", + "ref": "refs/heads/main", + "rev": "58166358ba26a277d59fafd852ca7b10f1dbd442", + "revCount": 7, + "type": "git", + "url": "https://git.stribrny.org/max_ag/wayland_panel" + }, + "original": { + "type": "git", + "url": "https://git.stribrny.org/max_ag/wayland_panel" + } + }, "xwayland-satellite-stable": { "flake": false, "locked": { @@ -400,11 +382,11 @@ ] }, "locked": { - "lastModified": 1775278263, - "narHash": "sha256-BgkUmlOuFaaZQCnlhXkQ3/Fng65aq00tJQkpoeTn7Mw=", + "lastModified": 1773737882, + "narHash": "sha256-P6k0BtT1/idYveVRdcwAZk8By9UjZW8XOMhSoS6wTBY=", "owner": "0xc000022070", "repo": "zen-browser-flake", - "rev": "bb051d7a0f04356d42528bbb65dc014adf2dab66", + "rev": "a7f1db35d74faf04e5189b3a32f890186ace5c28", "type": "github" }, "original": { diff --git a/home/home.nix b/home/home.nix index 56e59db..aa18a1c 100644 --- a/home/home.nix +++ b/home/home.nix @@ -57,5 +57,6 @@ pkgs.heroic pkgs.prismlauncher pkgs.protonup-ng + pkgs.easyeffects ]; }