updated home stateversion

This commit is contained in:
Bryan Ramos 2024-05-14 21:15:21 -04:00
parent d773050b00
commit 9e6d16da2a
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
2 changed files with 10 additions and 3 deletions

View file

@ -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}";

View file

@ -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";