simplify hm (also as prep to use it on servers)
This commit is contained in:
parent
557bc492f4
commit
2f82c391e0
6 changed files with 21 additions and 40 deletions
|
@ -1,12 +1,4 @@
|
|||
_: {
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
home.username = "victor";
|
||||
home.homeDirectory = "/home/victor";
|
||||
home.stateVersion = "23.05";
|
||||
|
||||
imports = [ ../../../../common/desktop/home.nix ];
|
||||
|
||||
# Custom dconf settings
|
||||
dconf.settings."org/gnome/desktop/input-sources" = {
|
||||
xkb-options = [ "caps:swapescape" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue