update lockfile
This commit is contained in:
parent
5450db84fc
commit
843054828b
5 changed files with 113 additions and 54 deletions
|
|
@ -20,11 +20,11 @@
|
|||
|
||||
signing = {
|
||||
key = "${config.home.homeDirectory}/.ssh/id_ed25519";
|
||||
format = "ssh";
|
||||
signByDefault = true;
|
||||
};
|
||||
|
||||
settings = {
|
||||
gpg.format = "ssh";
|
||||
push.autoSetupRemote = true;
|
||||
pull.rebase = true;
|
||||
rebase.autostash = true;
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ in {
|
|||
pictures = home + "/pics";
|
||||
publicShare = home + "/share";
|
||||
videos = home + "/vids";
|
||||
setSessionVariables = true;
|
||||
extraConfig = {
|
||||
SCREENSHOTS = config.xdg.userDirs.pictures + "/screenshots";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -48,9 +48,6 @@
|
|||
};
|
||||
}
|
||||
];
|
||||
systemd = {
|
||||
enable = true;
|
||||
target = "sway-session.target";
|
||||
};
|
||||
systemd.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
elixir_1_18
|
||||
lexical
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue