feat: switch over to a neovim cofeat & fix & refactor: so many things. listed in desc
switch over to a neovim configuration in lua, btrtile for dwl, remove unnecessary things, some browser addons, rofimoji, fix february flake
This commit is contained in:
@@ -6,14 +6,14 @@
|
||||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
nixvim = {
|
||||
url = "github:nix-community/nixvim";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay";
|
||||
stylix = {
|
||||
url = "github:danth/stylix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
base16 = {
|
||||
url = "github:SenchoPens/base16.nix";
|
||||
};
|
||||
zen-browser = {
|
||||
url = "github:0xc000022070/zen-browser-flake";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
@@ -45,9 +45,9 @@
|
||||
hostName = "february";
|
||||
inherit userName;
|
||||
inherit inputs;
|
||||
};
|
||||
|
||||
modules = [ ./host/pc/february/configuration.nix ];
|
||||
modules = [ ./host/pc/february/configuration.nix ];
|
||||
};
|
||||
};
|
||||
|
||||
"march" = inputs.nixpkgs.lib.nixosSystem {
|
||||
|
||||
Reference in New Issue
Block a user