Compare commits
3 commits
ef5cd7459d
...
5d840f7c68
Author | SHA1 | Date | |
---|---|---|---|
5d840f7c68 | |||
3e9241225c | |||
e94fc9f0b0 |
2 changed files with 3 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
|||
imports = [ ../common/configuration.nix ./hardware-configuration.nix ];
|
||||
|
||||
networking.hostName = "ahrc-laptop";
|
||||
networking.wireguard.enable = true;
|
||||
|
||||
console.keyMap = "fr-pc";
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
home.stateVersion = "24.05";
|
||||
|
||||
home.packages = with pkgs; [
|
||||
python3
|
||||
swaybg
|
||||
catimg
|
||||
virt-manager
|
||||
|
@ -330,7 +331,7 @@
|
|||
matches =
|
||||
[{ app-id = "^(im\\.riot\\.Riot|WebCord|@joplin/app-desktop)$"; }];
|
||||
open-on-workspace = "apps";
|
||||
default-column-width.proportion = 0.9;
|
||||
default-column-width.proportion = 1.0;
|
||||
}
|
||||
{
|
||||
geometry-corner-radius = {
|
||||
|
|
Loading…
Reference in a new issue