restructuring6

This commit is contained in:
cnst
2024-06-24 21:17:44 +02:00
parent d1b3c635c8
commit e3adcf20e6
7 changed files with 24 additions and 12 deletions

View File

@@ -9,7 +9,6 @@
imports = [
inputs.home-manager.nixosModules.home-manager
./adb.nix
./hyprland.nix
./neovim.nix
./zsh.nix
];
@@ -25,7 +24,11 @@
allowUnfree = true;
};
};
console.useXkbConfig = true;
environment = {
localBinInPath = true;
systemPackages = [
# Dev
pkgs.git

View File

@@ -1,6 +0,0 @@
{
hyprland = {
enable = true;
xwayland.enable = true;
};
}

View File

@@ -1,5 +1,5 @@
{
neovim = {
programs.neovim = {
enable = true;
defaultEditor = true;
};