Fix doom font stuff

This commit is contained in:
Tristan D. 2023-10-16 18:32:27 +02:00
parent 7660a201b9
commit f8efdd2851
Signed by: tristan
SSH key fingerprint: SHA256:U7y6eMb7CQDaTHv9XoX6/BaQnPqyxxKc+Xnfcefi6rY
3 changed files with 11 additions and 11 deletions

View file

@ -39,7 +39,7 @@
mplus-outline-fonts.githubRelease mplus-outline-fonts.githubRelease
dina-font dina-font
proggyfonts proggyfonts
(nerdfonts.override {fonts = ["FiraCode" "DroidSansMono"];}) (nerdfonts.override {fonts = ["FiraCode" "DroidSansMono" "NerdFontsSymbolsOnly"];})
]; ];
networking.hostName = "nixos-pulse"; networking.hostName = "nixos-pulse";

18
flake.lock generated
View file

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1697230660, "lastModified": 1697419184,
"narHash": "sha256-Faw7qTLNVZYxW1nBHKhfrKY0lOicJaxxHh5u/Gq4M3Q=", "narHash": "sha256-eRPjCyjdcqaME/baecZHyTQTn3k0AYFzN/S+u351FcE=",
"owner": "nix-community", "owner": "nix-community",
"repo": "disko", "repo": "disko",
"rev": "6ad5c9c17cbd5514ce0cc2692dd82dd6d8e5d879", "rev": "325e1f7f2e0eea44c27e5e8a3946c2461ec095f2",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -29,11 +29,11 @@
"nixpkgs-stable": "nixpkgs-stable" "nixpkgs-stable": "nixpkgs-stable"
}, },
"locked": { "locked": {
"lastModified": 1697393750, "lastModified": 1697454219,
"narHash": "sha256-YULy5/xS/SgT+yzNZlWJesP7MxJrZ55D2EWPnxEhUsU=", "narHash": "sha256-5VskFezqbiGzQaqzsxogFi2AXkqwrjhpRshe8zn4qyw=",
"owner": "nix-community", "owner": "nix-community",
"repo": "emacs-overlay", "repo": "emacs-overlay",
"rev": "2350e5c3843d7fd47018e4491ad061facb39e4de", "rev": "67acc54cceef38a92ba132e121659fef97698184",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -320,11 +320,11 @@
}, },
"nur": { "nur": {
"locked": { "locked": {
"lastModified": 1697404689, "lastModified": 1697451278,
"narHash": "sha256-etxOZVWZO6Tu+Cu2xAEuBcKhqF7IgV9wqyMg6QwwJl4=", "narHash": "sha256-+O4WVZstr0vaBPNRDayubaVAXvI58US0jf7xYKjCa9g=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "1dcf1534d7e466896a365f405504e25caf6e3177", "rev": "5d77923d18bdc1333ce766adbb507fced46dbab7",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -14,7 +14,7 @@
personalDoomConfSrc = builtins.fetchGit { personalDoomConfSrc = builtins.fetchGit {
url = "https://git.vlt81.de/tristan/doom"; url = "https://git.vlt81.de/tristan/doom";
ref = "main"; ref = "main";
rev = "84a03424ad594ea286d39eebf0f70116787e8bf1"; rev = "3973c2a97e549640f14ed073bbb8102ebd8a839b";
}; };
in { in {
xdg.enable = true; xdg.enable = true;