Add Nvim and Kitty config

This commit is contained in:
zuma 2025-02-08 00:20:47 +01:00
parent 4642299aae
commit 62ff6069b9
8 changed files with 3152 additions and 86 deletions

View file

@ -4,8 +4,15 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
# Hyprland WM
hyprland.url = "github:hyprwm/Hyprland";
# Neovim Package Manager
nvf = {
url = "github:notashelf/nvf";
inputs.nixpkgs.follows = "nixpkgs";
};
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
@ -17,6 +24,7 @@
# This should correspond to the hostname of the machine
t0urn3s0l = nixpkgs.lib.nixosSystem {
specialArgs = {inherit inputs;};
modules = [
./hosts/t0urn3s0l/configuration.nix
inputs.home-manager.nixosModules.default