diff options
| author | spl3g <spleefer6@yandex.ru> | 2025-09-02 20:17:33 +0300 |
|---|---|---|
| committer | spl3g <spleefer6@yandex.ru> | 2025-09-02 20:17:33 +0300 |
| commit | fd31a7a778274470212d6c098db8311579946d6d (patch) | |
| tree | e495e1903a9b8f102b94098e342252d4dd232ef4 /nixos/laptop/configuration.nix | |
| parent | ad87fed7a13e312bd3df1639dce850ea518cdb88 (diff) | |
feat: add disk-config to the laptop config
Diffstat (limited to 'nixos/laptop/configuration.nix')
| -rw-r--r-- | nixos/laptop/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/laptop/configuration.nix b/nixos/laptop/configuration.nix index 305c997..39d6ad1 100644 --- a/nixos/laptop/configuration.nix +++ b/nixos/laptop/configuration.nix @@ -13,6 +13,7 @@ ../nixosModules/powerbutton.nix ../nixosModules/docker.nix ../nixosModules/greetd.nix + ./disk-config.nix ]; # from nixosModules |
