i3 working

This commit is contained in:
Mans Ziesel 2023-06-06 18:58:52 +02:00
parent 40782cf44d
commit c4516d8152
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@
# You can also split up your configuration and import pieces of it here:
# ./nvim.nix
./i3.nix
# ./i3.nix
];
nixpkgs = {
@ -44,6 +44,7 @@
programs.neovim.enable = true;
home.packages = with pkgs; [
steam
librewolf
];
# Enable home-manager and git

View File

@ -12,7 +12,7 @@
# You can also split up your configuration and import pieces of it here:
# ./users.nix
./network.nix
# ./i3.nix
./i3.nix
# Import home-manager's NixOS module
inputs.home-manager.nixosModules.home-manager

View File

@ -23,7 +23,6 @@
];
};
displayManager.session = "none";
# windowManager.default = "i3";
layout = "us";
xkbVariant = "";