Add Nvim and Kitty config
This commit is contained in:
parent
4642299aae
commit
62ff6069b9
8 changed files with 3152 additions and 86 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue