diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-05-02 23:22:08 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-05-02 23:22:08 +0530 |
| commit | 1ff3cc2d0c2a5b6e34bb3b33412cd8a13cfe4437 (patch) | |
| tree | dac035638514da2e7fffa75338c06f0d4b7e1e5d | |
| parent | c591cf20fead8e1bd4b235f05086338a4907f0b0 (diff) | |
Update
Diffstat (limited to '')
| -rw-r--r-- | config/themes.nix | 2 | ||||
| -rw-r--r-- | machines/x/hardware-configuration.nix | 5 | ||||
| -rw-r--r-- | packages/dwl.nix | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/config/themes.nix b/config/themes.nix index 58d9a6c..818b32d 100644 --- a/config/themes.nix +++ b/config/themes.nix @@ -5,7 +5,7 @@ gtk.enable = true; package = pkgs.bibata-cursors; name = "Bibata-Modern-Classic"; - size = 16; + size = 24; }; gtk = { diff --git a/machines/x/hardware-configuration.nix b/machines/x/hardware-configuration.nix index ff90405..6fbb4ed 100644 --- a/machines/x/hardware-configuration.nix +++ b/machines/x/hardware-configuration.nix @@ -14,13 +14,14 @@ boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/0abb8534-cd63-454d-8c28-eec3c70ca187"; + { device = "/dev/disk/by-uuid/ec9f01a5-c551-4ffd-89c8-624056cef6cf"; fsType = "ext4"; }; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/D299-E8FE"; + { device = "/dev/disk/by-uuid/12CE-A600"; fsType = "vfat"; + options = [ "fmask=0022" "dmask=0022" ]; }; swapDevices = [ ]; diff --git a/packages/dwl.nix b/packages/dwl.nix index d816ced..db1ab65 100644 --- a/packages/dwl.nix +++ b/packages/dwl.nix @@ -27,7 +27,7 @@ stdenv.mkDerivation (finalAttrs: { owner = "compromyse"; repo = "dwl"; rev = "master"; - hash = "sha256-5ibgWFc6qnpY2wPCt3bgK8qaHmebFXdKPEz35obSwpc="; + hash = "sha256-u+lTcWKhYoZrfYCCOk/koMrFRUvobF3Utfc+mjPuXSM="; }; nativeBuildInputs = [ |
