From 53cf883d602d21ab1cdb4e127a64f1e9f7e350ff Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Mon, 22 Jul 2024 22:39:18 +0530 Subject: flake: bump lock, linux 6.10 --- flake.lock | 20 ++++++++++---------- home/wayland/modules/sway/theme.nix | 2 +- os/cez/configuration.nix | 2 +- os/pc/configuration.nix | 1 - 4 files changed, 12 insertions(+), 13 deletions(-) diff --git a/flake.lock b/flake.lock index bd47a11..ab640da 100644 --- a/flake.lock +++ b/flake.lock @@ -23,11 +23,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1719848872, - "narHash": "sha256-H3+EC5cYuq+gQW8y0lSrrDZfH71LB4DAf+TDFyvwCNA=", + "lastModified": 1721379653, + "narHash": "sha256-8MUgifkJ7lkZs3u99UDZMB4kbOxvMEXQZ31FO3SopZ0=", "owner": "NixOs", "repo": "nixpkgs", - "rev": "00d80d13810dbfea8ab4ed1009b09100cca86ba8", + "rev": "1d9c2c9b3e71b9ee663d11c5d298727dace8d374", "type": "github" }, "original": { @@ -39,16 +39,16 @@ }, "nixpkgs-stable": { "locked": { - "lastModified": 1719663039, - "narHash": "sha256-tXlrgAQygNIy49LDVFuPXlWD2zTQV9/F8pfoqwwPJyo=", + "lastModified": 1721524707, + "narHash": "sha256-5NctRsoE54N86nWd0psae70YSLfrOek3Kv1e8KoXe/0=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "4a1e673523344f6ccc84b37f4413ad74ea19a119", + "rev": "556533a23879fc7e5f98dd2e0b31a6911a213171", "type": "github" }, "original": { "owner": "NixOS", - "ref": "release-23.11", + "ref": "release-24.05", "repo": "nixpkgs", "type": "github" } @@ -68,11 +68,11 @@ "nixpkgs-stable": "nixpkgs-stable" }, "locked": { - "lastModified": 1719873517, - "narHash": "sha256-D1dxZmXf6M2h5lNE1m6orojuUawVPjogbGRsqSBX+1g=", + "lastModified": 1721531171, + "narHash": "sha256-AsvPw7T0tBLb53xZGcUC3YPqlIpdxoSx56u8vPCr6gU=", "owner": "Mic92", "repo": "sops-nix", - "rev": "a11224af8d824935f363928074b4717ca2e280db", + "rev": "909e8cfb60d83321d85c8d17209d733658a21c95", "type": "github" }, "original": { diff --git a/home/wayland/modules/sway/theme.nix b/home/wayland/modules/sway/theme.nix index f2467ee..b1673da 100644 --- a/home/wayland/modules/sway/theme.nix +++ b/home/wayland/modules/sway/theme.nix @@ -30,6 +30,6 @@ gtk.enable = true; name = "Adwaita"; - package = pkgs.gnome.adwaita-icon-theme; + package = pkgs.adwaita-icon-theme; }; } diff --git a/os/cez/configuration.nix b/os/cez/configuration.nix index 655ff8b..b39f6e6 100644 --- a/os/cez/configuration.nix +++ b/os/cez/configuration.nix @@ -7,7 +7,7 @@ ./modules/tlp.nix ]; - sound.extraConfig = '' + environment.etc."asound.conf".text = '' defaults.pcm.card 1 defaults.ctl.card 1 ''; diff --git a/os/pc/configuration.nix b/os/pc/configuration.nix index 4cd3a62..e865580 100644 --- a/os/pc/configuration.nix +++ b/os/pc/configuration.nix @@ -15,7 +15,6 @@ in { kernelPackages = pkgs.linuxPackages_latest; }; - sound.enable = true; services.pipewire = { enable = true; pulse.enable = true; -- cgit v1.2.3