diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-03-14 16:09:37 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-03-14 16:09:37 +0530 |
| commit | 3fe57b15a1bd7f8337e494e8bf2cdc257a5ed718 (patch) | |
| tree | 8890e80eb72f308ee2f171b53444f8a445a45427 | |
| parent | 17013313115f006ada16c2f6fe20ab54e9eccc6e (diff) | |
update
| -rwxr-xr-x | dist/autostart.sh | 1 | ||||
| -rw-r--r-- | flake.lock | 30 | ||||
| -rw-r--r-- | machines/x/hardware-configuration.nix | 2 | ||||
| -rw-r--r-- | machines/x/home.nix | 7 | ||||
| -rw-r--r-- | modules/compromyse.nix | 1 | ||||
| -rw-r--r-- | packages/dwlb.nix | 2 |
6 files changed, 23 insertions, 20 deletions
diff --git a/dist/autostart.sh b/dist/autostart.sh index 35c9c26..2c2f652 100755 --- a/dist/autostart.sh +++ b/dist/autostart.sh @@ -1,6 +1,7 @@ #!/usr/bin/env bash systemctl --user import-environment DISPLAY WAYLAND_DISPLAY & +sudo vfio-bind & way-displays & dunst & blueman-applet & @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1739841949, - "narHash": "sha256-lSOXdgW/1zi/SSu7xp71v+55D5Egz8ACv0STkj7fhbs=", + "lastModified": 1741786315, + "narHash": "sha256-VT65AE2syHVj6v/DGB496bqBnu1PXrrzwlw07/Zpllc=", "owner": "nix-community", "repo": "disko", - "rev": "15dbf8cebd8e2655a883b74547108e089f051bf0", + "rev": "0d8c6ad4a43906d14abd5c60e0ffe7b587b213de", "type": "github" }, "original": { @@ -45,11 +45,11 @@ ] }, "locked": { - "lastModified": 1740283128, - "narHash": "sha256-R61wtNknWWejnl+K0l4sxu/wnLNFbNe44tNM2zbj5yE=", + "lastModified": 1741914680, + "narHash": "sha256-Vu4DIZvgfWMzhUyxbHUrJaQb5232S5vuwxQ2sBcBVHk=", "owner": "nix-community", "repo": "home-manager", - "rev": "ed030a787938cae01d693ebaad52bbb672a4a69d", + "rev": "30cce6848a5aa41ceb5fb33185b84868cc3e9bef", "type": "github" }, "original": { @@ -75,11 +75,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1740287033, - "narHash": "sha256-/MIT8/gFk2Yswm/uUzTg65Cl9GmS1iXT2REPVflJRxM=", + "lastModified": 1741944640, + "narHash": "sha256-MqD2MGUyFB/sCdUy524MXh0rfisAZATZxsGPtAxajq8=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "06b36bb519629003bc79e4dcc0c4132b2e9e5c47", + "rev": "1ac6bd9e5ffac4fc92d5eae24652d3b5a91eef18", "type": "github" }, "original": { @@ -91,11 +91,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1739866667, - "narHash": "sha256-EO1ygNKZlsAC9avfcwHkKGMsmipUk1Uc0TbrEZpkn64=", + "lastModified": 1741851582, + "narHash": "sha256-cPfs8qMccim2RBgtKGF+x9IBCduRvd/N5F4nYpU0TVE=", "owner": "nixos", "repo": "nixpkgs", - "rev": "73cf49b8ad837ade2de76f87eb53fc85ed5d4680", + "rev": "6607cf789e541e7873d40d3a8f7815ea92204f32", "type": "github" }, "original": { @@ -115,11 +115,11 @@ ] }, "locked": { - "lastModified": 1739557722, - "narHash": "sha256-XikzLpPUDYiNyJ4w2SfRShdbSkIgE3btYdxCGInmtc4=", + "lastModified": 1740569341, + "narHash": "sha256-WV8nY2IOfWdzBF5syVgCcgOchg/qQtpYh6LECYS9XkY=", "owner": "nix-community", "repo": "plasma-manager", - "rev": "1f3e1f38dedbbb8aad77e184fb54ec518e2d9522", + "rev": "5eeb0172fb74392053b66a8149e61b5e191b2845", "type": "github" }, "original": { diff --git a/machines/x/hardware-configuration.nix b/machines/x/hardware-configuration.nix index 39216b4..3827c89 100644 --- a/machines/x/hardware-configuration.nix +++ b/machines/x/hardware-configuration.nix @@ -8,7 +8,7 @@ [ (modulesPath + "/installer/scan/not-detected.nix") ]; - boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "usb_storage" "usbhid" "sd_mod" ]; + boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "usbhid" ]; boot.initrd.kernelModules = [ "dm-snapshot" ]; boot.kernelModules = [ "kvm-amd" ]; boot.extraModulePackages = [ ]; diff --git a/machines/x/home.nix b/machines/x/home.nix index be6acef..b9d0563 100644 --- a/machines/x/home.nix +++ b/machines/x/home.nix @@ -21,8 +21,9 @@ imv mpv - firefox - google-chrome + librewolf + chromium + spotify filezilla pcmanfm @@ -62,7 +63,7 @@ "dunst" "alacritty" - "spotify-player" + # "spotify-player" ]); home.stateVersion = "23.11"; diff --git a/modules/compromyse.nix b/modules/compromyse.nix index d117af9..c75d93d 100644 --- a/modules/compromyse.nix +++ b/modules/compromyse.nix @@ -7,4 +7,5 @@ # openssh.authorizedKeys.keys = []; extraGroups = [ "wheel" "video" "storage" "input" "plugdev" "libvirtd" "docker" "kvm" "lp" ]; }; + security.sudo.wheelNeedsPassword = false; } diff --git a/packages/dwlb.nix b/packages/dwlb.nix index c6e21b4..9d5e43d 100644 --- a/packages/dwlb.nix +++ b/packages/dwlb.nix @@ -21,7 +21,7 @@ stdenv.mkDerivation (finalAttrs: { owner = "compromyse"; repo = "dwlb"; rev = "compromyse"; - hash = "sha256-3K0MUdnsI2fFcsIQhTI5Vhw1ODgN/ii0imhLdxJNUqU="; + hash = "sha256-te2RB/KB2CtvIo7JOANUkEnn+EQuhvc5+uFSCWPbN7A="; }; nativeBuildInputs = [ |
