i3 test
This commit is contained in:
parent
c4516d8152
commit
f1b1d5cc0e
@ -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
|
||||
|
@ -1,6 +1,7 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.pathsToLink = [ "/libexec" ]; # links /libexec from derivations to /run/current-system/sw
|
||||
# Define the i3 window manager configuration
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
@ -23,7 +24,7 @@
|
||||
];
|
||||
};
|
||||
|
||||
# windowManager.default = "i3";
|
||||
windowManager.default = "i3";
|
||||
layout = "us";
|
||||
xkbVariant = "";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user