Compare commits
No commits in common. "73f9cdfec38e3167b03d99493d018a7b949ef355" and "8314702635cf72641768808d735ecbbf56469113" have entirely different histories.
73f9cdfec3
...
8314702635
4 changed files with 0 additions and 5 deletions
Binary file not shown.
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 128 KiB |
|
@ -30,8 +30,6 @@
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
# The firefox-wayland package works with wayland without any further
|
# The firefox-wayland package works with wayland without any further
|
||||||
# configuration, but tor-browser doesn't.
|
# configuration, but tor-browser doesn't.
|
||||||
# TODO: remove when tor browser is based on firefox v121.
|
|
||||||
# https://www.mozilla.org/en-US/firefox/121.0/releasenotes/
|
|
||||||
MOZ_ENABLE_WAYLAND = 1;
|
MOZ_ENABLE_WAYLAND = 1;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -18,8 +18,6 @@
|
||||||
port = 2222;
|
port = 2222;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
# TODO: use addKeysToAgent attribute in Home Manager 24.04 instead of
|
|
||||||
# extraConfig.
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
# Add ssh keys to the agent the first time we unlock them so we don't
|
# Add ssh keys to the agent the first time we unlock them so we don't
|
||||||
# have to type the password all the time.
|
# have to type the password all the time.
|
||||||
|
|
|
@ -223,7 +223,6 @@
|
||||||
programs.swaylock = {
|
programs.swaylock = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
# convert background.png -colorspace gray lockscreen.png
|
|
||||||
image = "${./img/lockscreen.png}";
|
image = "${./img/lockscreen.png}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue