Merge branch 'main' of github.com:fwastring/nix
This commit is contained in:
commit
336c146925
9 changed files with 117 additions and 22 deletions
|
@ -8,6 +8,7 @@
|
|||
global = {
|
||||
width = 300;
|
||||
height = 300;
|
||||
follow = "keyboard";
|
||||
offset = "30x50";
|
||||
origin = "top-right";
|
||||
transparency = 5;
|
||||
|
|
|
@ -8,7 +8,7 @@ let
|
|||
dwm = pkgs.dwm.overrideAttrs (old: {
|
||||
src = builtins.fetchGit {
|
||||
url = "https://github.com/FredzyW/dwm-conf.git";
|
||||
rev = "e9d94d70c3865a1289c20382df21acc3a138ed88";
|
||||
rev = "eaf3279653491212fe9945d41938bfcaba990d64";
|
||||
};
|
||||
nativeBuildInputs = with pkgs; [
|
||||
xorg.libX11.dev
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
settings = {
|
||||
AuthenticationMethods = "publickey password";
|
||||
TrustedUserCAKeys = "/etc/ssh/ssh_ca.pub";
|
||||
X11Forwarding = true;
|
||||
Banner = "none";
|
||||
PasswordAuthentication = true;
|
||||
# PasswordAuthentication = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue