diff options
| author | spl3g <spleefer6@yandex.ru> | 2025-05-01 15:16:02 +0300 |
|---|---|---|
| committer | spl3g <spleefer6@yandex.ru> | 2025-05-02 19:58:18 +0300 |
| commit | dce1f40f9b80bc221d1b960efced2369384a278f (patch) | |
| tree | fbd84178cde34757dbcd74c1afe7668541227549 /flake.lock | |
| parent | 8e4059ac9d5a485f0e6eda771768aad541c43b49 (diff) | |
feat: add the actual server configuration
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -116,6 +116,26 @@ "type": "github" } }, + "disko": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1745812220, + "narHash": "sha256-hotBG0EJ9VmAHJYF0yhWuTVZpENHvwcJ2SxvIPrXm+g=", + "owner": "nix-community", + "repo": "disko", + "rev": "d0c543d740fad42fe2c035b43c9d41127e073c78", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "disko", + "type": "github" + } + }, "firefox-gnome-theme": { "flake": false, "locked": { @@ -911,6 +931,7 @@ "root": { "inputs": { "betterfox": "betterfox", + "disko": "disko", "home-manager": "home-manager", "hyprland": "hyprland", "nh": "nh", |
