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

View File

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

View File

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