summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix11
1 files changed, 6 insertions, 5 deletions
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