Add back lacros and some keybind stuff
This commit is contained in:
parent
7c5ff0253e
commit
7540a2156a
26 changed files with 134 additions and 157 deletions
4
hosts/lacros/users/default.nix
Normal file
4
hosts/lacros/users/default.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [ ./jimbo ];
|
||||
}
|
6
hosts/lacros/users/jimbo/default.nix
Normal file
6
hosts/lacros/users/jimbo/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
home-manager.users.jimbo = {
|
||||
home.stateVersion = lib.mkForce "24.11";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue