inputs: bump
This commit is contained in:
parent
9a4d021671
commit
3a95611183
28
flake.lock
28
flake.lock
|
@ -234,11 +234,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1735925111,
|
"lastModified": 1735947440,
|
||||||
"narHash": "sha256-/NptDI4njO5hH0ZVQ2yzbvTXmBOabZaGYkjhnMJ37TY=",
|
"narHash": "sha256-jnEcfmOhWntmVEcqlvs+j532+mvmgsKtQSSfukgkn+A=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "ef64efdbaca99f9960f75efab991e4c49e79a5f1",
|
"rev": "a9987622b7b93c82e147f198574e8e6ffbf5e327",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -349,11 +349,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1735865576,
|
"lastModified": 1735951794,
|
||||||
"narHash": "sha256-pREJUelLNivQcvNe9bu9hG/HRyicFmPDAnA1AzvIvaE=",
|
"narHash": "sha256-l/BW3nPCgU9hAx0ZvTJBiCTRfAq7FrlldqZK9J52UTs=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "nixpkgs-terraform-providers-bin",
|
"repo": "nixpkgs-terraform-providers-bin",
|
||||||
"rev": "261c02603871acbe8b337e6278db7384a6b61cc3",
|
"rev": "02b94d27fff902f7cb4016cd1ca798ae6200755e",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -364,11 +364,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs-unstable": {
|
"nixpkgs-unstable": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1735672756,
|
"lastModified": 1735969814,
|
||||||
"narHash": "sha256-cq5kVHcJVramwGSn1k+mo1ALY6qbmq4BB2UXGrBsWN8=",
|
"narHash": "sha256-aZXDu+GuOzAe0apRTMTsMNofk19ea+eJuYmD+XiMXDE=",
|
||||||
"rev": "718d476346fb298d548489af03b16bb232e1f433",
|
"rev": "3bc26b44002b0da9544ff1955217832b5d4a6b97",
|
||||||
"type": "tarball",
|
"type": "tarball",
|
||||||
"url": "https://git.rebmit.moe/api/v1/repos/rebmit/nixpkgs/archive/718d476346fb298d548489af03b16bb232e1f433.tar.gz"
|
"url": "https://git.rebmit.moe/api/v1/repos/rebmit/nixpkgs/archive/3bc26b44002b0da9544ff1955217832b5d4a6b97.tar.gz"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"type": "tarball",
|
"type": "tarball",
|
||||||
|
@ -406,11 +406,11 @@
|
||||||
"treefmt-nix": "treefmt-nix"
|
"treefmt-nix": "treefmt-nix"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1735935063,
|
"lastModified": 1735969941,
|
||||||
"narHash": "sha256-HCgvlNiijstgZzebWoUbcrelEp3DG5TMCdyUwvEypgI=",
|
"narHash": "sha256-YAw6dt9efAzR6C5Rc+ue7rYQNDpTOxThnmpHu1ErFfA=",
|
||||||
"rev": "edc009c933c455551e14e776e577b15607f8e203",
|
"rev": "f1b5d68d6010cd8b3a748471ca2ebc80849ac160",
|
||||||
"type": "tarball",
|
"type": "tarball",
|
||||||
"url": "https://git.rebmit.moe/api/v1/repos/rebmit/nix-exprs/archive/edc009c933c455551e14e776e577b15607f8e203.tar.gz"
|
"url": "https://git.rebmit.moe/api/v1/repos/rebmit/nix-exprs/archive/f1b5d68d6010cd8b3a748471ca2ebc80849ac160.tar.gz"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"type": "tarball",
|
"type": "tarball",
|
||||||
|
|
|
@ -20,7 +20,6 @@ in
|
||||||
|
|
||||||
systemd.user.services.waybar = {
|
systemd.user.services.waybar = {
|
||||||
Unit = {
|
Unit = {
|
||||||
ConditionEnvironment = lib.singleton "WAYLAND_DISPLAY";
|
|
||||||
Requisite = lib.singleton "graphical-session.target";
|
Requisite = lib.singleton "graphical-session.target";
|
||||||
After = lib.singleton "graphical-session.target";
|
After = lib.singleton "graphical-session.target";
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{ ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
hardware.pulseaudio.enable = false;
|
services.pulseaudio.enable = false;
|
||||||
|
|
||||||
services.pipewire = {
|
services.pipewire = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue