Compare commits

...

4 commits

Author SHA1 Message Date
Ari Gato
1f5837978a chore: flake updates (nixpkgs)
Some checks failed
CI / x86_64-linux (push) Failing after 1m30s
CI / aarch64-linux (push) Successful in 1m45s
2024-07-11 23:09:35 +02:00
Ari Gato
d9b3e05e33 m/graphical: why was this still here? 2024-07-11 22:48:31 +02:00
Ari Gato
d1a1cf1142 chore: flake updates (nixpkgs) 2024-07-11 22:41:12 +02:00
Ari Gato
388103c2eb n/kyorinrin: make sddm fingerprint support slightly less annoying 2024-07-11 10:12:58 +02:00
3 changed files with 8 additions and 4 deletions

View file

@ -539,11 +539,11 @@
},
"nixpkgs_4": {
"locked": {
"lastModified": 1720542264,
"narHash": "sha256-5DaslaU9rl6nJyRzZlVwTVvN8tMA8ec6AM1NDWDSJS8=",
"lastModified": 1720732062,
"narHash": "sha256-67kAiAvYOuUx4Zse7bsyIxkN7bpUYM5LnMOB//ho4p4=",
"owner": "arachnist",
"repo": "nixpkgs",
"rev": "8eb7f26d11fd482370287f2960d09076029a19a0",
"rev": "063558eb33d7d1e2e24427d8e8b893875d6a1a10",
"type": "github"
},
"original": {

View file

@ -188,7 +188,6 @@ in {
pavucontrol
solvespace
spotify
youtube-dl
mpv
gphoto2
minicom

View file

@ -35,4 +35,9 @@ in
iio-sensor-proxy
xournalpp
];
services.displayManager.sddm.settings.Fingerprintlogin = {
Session = "plasma";
User = "ar";
};
}