small fixes

This commit is contained in:
alisceon 2026-05-11 14:30:57 +02:00
parent 9f9687bf4e
commit 6b492bad2f
5 changed files with 19 additions and 15 deletions

24
flake.lock generated
View file

@ -182,11 +182,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1778144356, "lastModified": 1778501066,
"narHash": "sha256-dGM+QCstz/DyLB68+JK5GWyMx4QSqmOJEVgZmy63d/g=", "narHash": "sha256-T0vB/D3DqGGe+ent3+3jDTIFl2SeXcga3FMcI6AxiMU=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "e4419d3123b780d5f4c0bceeace450424387638c", "rev": "c0729fa3f060008080b2124fd0c3b9285d53b393",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -257,11 +257,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1778104114, "lastModified": 1778464608,
"narHash": "sha256-+tbqLv7IW5Aem8kGF6cp4n3MtNBcwqmuGlMt6S1kQjs=", "narHash": "sha256-tZRvyaKVP0DJ9DSFrr6K/l3X74Orfirk3Jjo7+br4Qs=",
"owner": "noctalia-dev", "owner": "noctalia-dev",
"repo": "noctalia-shell", "repo": "noctalia-shell",
"rev": "eb2b53ddaa7564f5c93031cbe65cd5b6ef3c12a9", "rev": "761869a561548874fe7e293b157fd7841576b367",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -279,11 +279,11 @@
"treefmt-nix": "treefmt-nix" "treefmt-nix": "treefmt-nix"
}, },
"locked": { "locked": {
"lastModified": 1777773024, "lastModified": 1778377995,
"narHash": "sha256-pLU+KB84A0Jei/vTD6pOS4Ovkmq3QDfPQHg1MlKsRqM=", "narHash": "sha256-uUzHDHqQF1rdVNiTa05L0mML3/d7fpbAShjCRWxbrBQ=",
"owner": "noctalia-dev", "owner": "noctalia-dev",
"repo": "noctalia-qs", "repo": "noctalia-qs",
"rev": "d3e26ccd9eecde9139be00caf5dc2d4260fb31ee", "rev": "d8327a723eed6dd9aebe8e0b162126f390e827df",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -300,11 +300,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1778179956, "lastModified": 1778498727,
"narHash": "sha256-iH+mze/AtU1OkPVjg9gPpq0/L+2bx8E7UgQ0cEftP8Q=", "narHash": "sha256-+36aIJntGC1irkJZX5VHQNCRZpPM1XstFbooJ7Jt7l8=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "29df34c7e79c5830df78876a7a839756ce40bc50", "rev": "eb5c3f6ac768a4be604513ef9d4cc1770ab77d66",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -1,6 +1,6 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
programs.vscode = { programs.vscodium = {
enable = true; enable = true;
package = pkgs.vscodium.fhsWithPackages ( package = pkgs.vscodium.fhsWithPackages (
ps: with ps; [ git ] ps: with ps; [ git ]

View file

@ -1,9 +1,11 @@
{ repoLocalPath, ... }: { config, repoLocalPath, ... }:
{ {
home.username = "root"; home.username = "root";
home.homeDirectory = "/root"; home.homeDirectory = "/root";
home.stateVersion = "24.05"; home.stateVersion = "24.05";
gtk.gtk4.theme = config.gtk.theme;
programs.git = { programs.git = {
enable = true; enable = true;
signing.format = "openpgp"; signing.format = "openpgp";

View file

@ -4,7 +4,7 @@
services.openssh = { services.openssh = {
enable = true; enable = true;
permitRootLogin = "no"; settings.PermitRootLogin = "no";
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [

View file

@ -21,6 +21,8 @@ dailies = [
#"https://capitale.countryle.com/", #"https://capitale.countryle.com/",
#"https://daydle.com/", #"https://daydle.com/",
#"https://histordle.com/yeardle/", #"https://histordle.com/yeardle/",
"https://lessgames.com/songless",
"https://geotrivia.com/georankle",\
"https://histordle.com/popcultured/", "https://histordle.com/popcultured/",
"https://quizl.io/", "https://quizl.io/",
"https://angle.wtf/", "https://angle.wtf/",