This commit is contained in:
Daniel Ziltener 2024-12-10 22:51:04 +01:00
parent 2d3897ebd6
commit 6350fb392f
Signed by: zilti
GPG key ID: B38976E82C9DAE42
3 changed files with 11 additions and 9 deletions

View file

@ -122,7 +122,6 @@
"certSIGN Root CA G2" "certSIGN Root CA G2"
"CFCA EV ROOT" "CFCA EV ROOT"
"ePKI Root Certification Authority" "ePKI Root Certification Authority"
"SecureSign RootCA11"
"GDCA TrustAUTH R5 ROOT" "GDCA TrustAUTH R5 ROOT"
"Hongkong Post Root CA 3" "Hongkong Post Root CA 3"
"TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1" "TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1"

View file

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1732793095, "lastModified": 1733754861,
"narHash": "sha256-6TrknJ8CpvSSF4gviQSeD+wyj3siRcMvdBKhOXkEMKU=", "narHash": "sha256-3JKzIou54yjiMVmvgdJwopekEvZxX3JDT8DpKZs4oXY=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "2f7739d01080feb4549524e8f6927669b61c6ee3", "rev": "9ebaa80a227eaca9c87c53ed515ade013bc2bca9",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -39,11 +39,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1732521221, "lastModified": 1733581040,
"narHash": "sha256-2ThgXBUXAE1oFsVATK1ZX9IjPcS4nKFOAjhPNKuiMn0=", "narHash": "sha256-Qn3nPMSopRQJgmvHzVqPcE3I03zJyl8cSbgnnltfFDY=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "4633a7c72337ea8fd23a4f2ba3972865e3ec685d", "rev": "22c3f2cf41a0e70184334a958e6b124fb0ce3e01",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -65,7 +65,7 @@ args@{
gnumake gnumake
mattermost-desktop mattermost-desktop
# (nerdfonts.override { fonts = [ "VictorMono" "MPlus" ]; }) # (nerdfonts.override { fonts = [ "VictorMono" "MPlus" ]; })
nerdfonts #nerdfonts
nixd nixd
nixfmt-rfc-style nixfmt-rfc-style
nwg-displays nwg-displays
@ -98,7 +98,10 @@ args@{
vlc vlc
wine64Packages.waylandFull wine64Packages.waylandFull
wlr-randr wlr-randr
]; ] ++ (with pkgs.nerd-fonts; [
monaspace
victor-mono
]);
imports = [ imports = [
./hyprland/hyprland.nix ./hyprland/hyprland.nix