home: basic i3 setup
This commit is contained in:
parent
5c86bdd16a
commit
73e1ff6c0f
5 changed files with 100 additions and 0 deletions
7
hosts/boreal/home.nix
Normal file
7
hosts/boreal/home.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ ... }:
|
||||
{
|
||||
home-manager.users.alarsyo = {
|
||||
# Keyboard settings & i3 settings
|
||||
my.home.x.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue