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