Compare commits

...

3 commits

2 changed files with 3 additions and 1 deletions

View file

@ -4,6 +4,7 @@
imports = [ ../common/configuration.nix ./hardware-configuration.nix ]; imports = [ ../common/configuration.nix ./hardware-configuration.nix ];
networking.hostName = "ahrc-laptop"; networking.hostName = "ahrc-laptop";
networking.wireguard.enable = true;
console.keyMap = "fr-pc"; console.keyMap = "fr-pc";

View file

@ -7,6 +7,7 @@
home.stateVersion = "24.05"; home.stateVersion = "24.05";
home.packages = with pkgs; [ home.packages = with pkgs; [
python3
swaybg swaybg
catimg catimg
virt-manager virt-manager
@ -330,7 +331,7 @@
matches = matches =
[{ app-id = "^(im\\.riot\\.Riot|WebCord|@joplin/app-desktop)$"; }]; [{ app-id = "^(im\\.riot\\.Riot|WebCord|@joplin/app-desktop)$"; }];
open-on-workspace = "apps"; open-on-workspace = "apps";
default-column-width.proportion = 0.9; default-column-width.proportion = 1.0;
} }
{ {
geometry-corner-radius = { geometry-corner-radius = {