mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
updated home stateversion
This commit is contained in:
parent
d773050b00
commit
9e6d16da2a
2 changed files with 10 additions and 3 deletions
|
|
@ -11,7 +11,7 @@
|
||||||
nixup = "sudo nixos-rebuild switch --flake /etc/nixos/.#desktop";
|
nixup = "sudo nixos-rebuild switch --flake /etc/nixos/.#desktop";
|
||||||
};
|
};
|
||||||
|
|
||||||
home.stateVersion = "22.11";
|
home.stateVersion = "23.11";
|
||||||
|
|
||||||
home.username = "${config.user.name}";
|
home.username = "${config.user.name}";
|
||||||
home.homeDirectory = "/home/${config.user.name}";
|
home.homeDirectory = "/home/${config.user.name}";
|
||||||
|
|
|
||||||
|
|
@ -61,8 +61,15 @@ in
|
||||||
inner = 10;
|
inner = 10;
|
||||||
};
|
};
|
||||||
|
|
||||||
floating.border = 0;
|
floating = {
|
||||||
window.border= 0;
|
titlebar = false;
|
||||||
|
border = 0;
|
||||||
|
};
|
||||||
|
|
||||||
|
window = {
|
||||||
|
titlebar = false;
|
||||||
|
border= 0;
|
||||||
|
};
|
||||||
|
|
||||||
keybindings = lib.mkOptionDefault {
|
keybindings = lib.mkOptionDefault {
|
||||||
"${modifier}+q" = "kill";
|
"${modifier}+q" = "kill";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue