diff options
| author | adikro <adikro@disroot.org> | 2025-11-14 18:29:31 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2025-11-14 18:29:31 +0100 |
| commit | 4e3c8eff1407291ce64254d3eeed8de5f9677a0b (patch) | |
| tree | f25857ce71e3d16460c3677274f0b3974cb4f3ac /flake.nix | |
| parent | 97e4587c34fc860dcad69d6f7b1c60dbc798e566 (diff) | |
changed nixvim config a bit and added some fonts
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 17 |
1 files changed, 3 insertions, 14 deletions
@@ -24,11 +24,7 @@ bemenu.url = "github:Cloudef/bemenu"; - eww.url = "github:elkowar/eww"; - awww.url = "git+https://codeberg.org/LGFae/awww"; - - stylix.url = "github:nix-community/stylix"; satty.url = "github:gabm/Satty"; @@ -46,20 +42,13 @@ }; outputs = inputs @{ - self, nixpkgs, - home-manager, - disko, - chaotic, hyprland, - stylix, - satty, + niri, + nixvim, neovim-nightly-overlay, + spicetify-nix, nixcord, - nixvim, - helix, - niri, - bemenu, ... }: let mkHost = { hostname, path }: |
