Fix doom font stuff
This commit is contained in:
parent
7660a201b9
commit
f8efdd2851
3 changed files with 11 additions and 11 deletions
|
@ -39,7 +39,7 @@
|
|||
mplus-outline-fonts.githubRelease
|
||||
dina-font
|
||||
proggyfonts
|
||||
(nerdfonts.override {fonts = ["FiraCode" "DroidSansMono"];})
|
||||
(nerdfonts.override {fonts = ["FiraCode" "DroidSansMono" "NerdFontsSymbolsOnly"];})
|
||||
];
|
||||
|
||||
networking.hostName = "nixos-pulse";
|
||||
|
|
18
flake.lock
generated
18
flake.lock
generated
|
@ -7,11 +7,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1697230660,
|
||||
"narHash": "sha256-Faw7qTLNVZYxW1nBHKhfrKY0lOicJaxxHh5u/Gq4M3Q=",
|
||||
"lastModified": 1697419184,
|
||||
"narHash": "sha256-eRPjCyjdcqaME/baecZHyTQTn3k0AYFzN/S+u351FcE=",
|
||||
"owner": "nix-community",
|
||||
"repo": "disko",
|
||||
"rev": "6ad5c9c17cbd5514ce0cc2692dd82dd6d8e5d879",
|
||||
"rev": "325e1f7f2e0eea44c27e5e8a3946c2461ec095f2",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -29,11 +29,11 @@
|
|||
"nixpkgs-stable": "nixpkgs-stable"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1697393750,
|
||||
"narHash": "sha256-YULy5/xS/SgT+yzNZlWJesP7MxJrZ55D2EWPnxEhUsU=",
|
||||
"lastModified": 1697454219,
|
||||
"narHash": "sha256-5VskFezqbiGzQaqzsxogFi2AXkqwrjhpRshe8zn4qyw=",
|
||||
"owner": "nix-community",
|
||||
"repo": "emacs-overlay",
|
||||
"rev": "2350e5c3843d7fd47018e4491ad061facb39e4de",
|
||||
"rev": "67acc54cceef38a92ba132e121659fef97698184",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -320,11 +320,11 @@
|
|||
},
|
||||
"nur": {
|
||||
"locked": {
|
||||
"lastModified": 1697404689,
|
||||
"narHash": "sha256-etxOZVWZO6Tu+Cu2xAEuBcKhqF7IgV9wqyMg6QwwJl4=",
|
||||
"lastModified": 1697451278,
|
||||
"narHash": "sha256-+O4WVZstr0vaBPNRDayubaVAXvI58US0jf7xYKjCa9g=",
|
||||
"owner": "nix-community",
|
||||
"repo": "NUR",
|
||||
"rev": "1dcf1534d7e466896a365f405504e25caf6e3177",
|
||||
"rev": "5d77923d18bdc1333ce766adbb507fced46dbab7",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
personalDoomConfSrc = builtins.fetchGit {
|
||||
url = "https://git.vlt81.de/tristan/doom";
|
||||
ref = "main";
|
||||
rev = "84a03424ad594ea286d39eebf0f70116787e8bf1";
|
||||
rev = "3973c2a97e549640f14ed073bbb8102ebd8a839b";
|
||||
};
|
||||
in {
|
||||
xdg.enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue