Compare commits

..

4 commits

5 changed files with 15 additions and 8 deletions

View file

@ -345,11 +345,11 @@
"rust-overlay": "rust-overlay"
},
"locked": {
"lastModified": 1727792571,
"narHash": "sha256-KBzRQVE1j2vrSg8WfYJ+vEvFBC25+2VsFSK7VL2kc1M=",
"lastModified": 1728199407,
"narHash": "sha256-x4G0ja//3pT/epOvwxKR1XB7GAW7Yuwiy6RYCOgRjuQ=",
"owner": "nix-community",
"repo": "lanzaboote",
"rev": "e2365a1d8dccdcf4bca5111672e80df67d90957d",
"rev": "0bc127c631999c9555cae2b0cdad2128ff058259",
"type": "github"
},
"original": {
@ -365,11 +365,11 @@
]
},
"locked": {
"lastModified": 1727658919,
"narHash": "sha256-YAePt2GldkkRJ08LvZNHcuS6shIVStj+K+1DZN3gbnM=",
"lastModified": 1728185226,
"narHash": "sha256-W+wWyNjFywVfFrbErXhGwgO2HlR0yMHqd1doEEbW9yw=",
"owner": "nix-community",
"repo": "nix-index-database",
"rev": "f9fdf8285690a351e8998f1e703ebdf9cdf51dee",
"rev": "0f7169d3ec7ef1477af6e39731e67a1dc7a9f6e7",
"type": "github"
},
"original": {

View file

@ -6,6 +6,7 @@
./hyprland.nix
./kanshi.nix
./mako.nix
./seahorse.nix
./swayidle.nix
./swaylock.nix
./xdg.nix

View file

@ -0,0 +1,5 @@
{...}: {
programs.seahorse = {
enable = true;
};
}

View file

@ -9,7 +9,6 @@
docker-compose # docker compose
duf # replacement for df
nautilus # file explorer
seahorse # key manager
jaq # (fast) json utils
jmtpfs # for Android MTP
keepassxc # password manager

View file

@ -21,13 +21,15 @@
".thunderbird"
".local/share/direnv"
".local/share/keyrings"
".local/share/atuin"
".cache/nix"
{
directory = ".ssh";
mode = "0700";
}
];
files = [
"/.local/state/bemoji-history.txt"
".local/state/bemoji-history.txt"
".local/share/bemoji/emojis.txt"
".cache/cliphist/db"
".cache/fuzzel"