diff options
| author | Mike Vink <mike@pionative.com> | 2025-01-19 13:41:29 +0100 |
|---|---|---|
| committer | Mike Vink <mike@pionative.com> | 2025-01-19 14:01:28 +0100 |
| commit | 6d83cc53aa950a8f8e6c8fbabdda8abddebea027 (patch) | |
| tree | 87ce2bd40927adde5901a704b5b5f5ef42cf9fea /flake.nix | |
| parent | 43dc363075520d6ddcdb82307f2808c1ba44b0ac (diff) | |
lemptop changes
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -16,10 +16,6 @@ simple-nixos-mailserver.url = "gitlab:simple-nixos-mailserver/nixos-mailserver"; neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay"; drduh-yubikey-guide.url = "github:drduh/YubiKey-Guide"; - nix-darwin = { - url = "path:/home/ivi/nix-darwin"; - inputs.nixpkgs.follows = "nixpkgs"; - }; ghostty = { url = "github:ghostty-org/ghostty"; }; @@ -42,7 +38,7 @@ lib = (withLibs [ - inputs.nix-darwin.lib + # inputs.nix-darwin.lib home-manager.lib ]) .extend @@ -54,6 +50,11 @@ modules = [ ./machines/lemptop.nix + { + environment.systemPackages = [ + ghostty.packages.x86_64-linux.default + ]; + } ] ++ modulesIn ./profiles/core ++ modulesIn ./profiles/graphical |
