From 6d83cc53aa950a8f8e6c8fbabdda8abddebea027 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Sun, 19 Jan 2025 13:41:29 +0100 Subject: lemptop changes --- flake.nix | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 9e24b22..617304e 100644 --- a/flake.nix +++ b/flake.nix @@ -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 -- cgit v1.2.3