Compare commits

...

3 commits

Author SHA1 Message Date
e9b1b817c6
bump dracula gtk version 2024-12-06 22:43:29 +05:30
5c2a3dd42d
use new separated nerd-fonts package 2024-12-06 22:43:17 +05:30
b4a5ccaaf9
bump lix 2024-12-06 22:43:01 +05:30
5 changed files with 10 additions and 10 deletions

View file

@ -11,8 +11,8 @@ stdenvNoCC.mkDerivation {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "dracula"; owner = "dracula";
repo = "gtk"; repo = "gtk";
rev = "a0b0ab451447d374600a74519abaa0588f2fa536"; rev = "3478e48925f33af411393adaa4043193f03a4e9a";
hash = "sha256-0Ndk9Mh58KU2eoG1Z/CzZPiLNxy2bdloq9p4gzMDu2M="; hash = "sha256-/7/zJXk1LLZKWOpYbrFWBfhFcyddU1y0IwT+RXyyP1M=";
}; };
propagatedUserEnvPkgs = [ gtk-engine-murrine ]; propagatedUserEnvPkgs = [ gtk-engine-murrine ];

View file

@ -526,15 +526,15 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1729360442, "lastModified": 1732605668,
"narHash": "sha256-6U0CyPycIBc04hbYy2hBINnVso58n/ZyywY2BD3hu+s=", "narHash": "sha256-DN5/166jhiiAW0Uw6nueXaGTueVxhfZISAkoxasmz/g=",
"rev": "9098ac95768f7006d7e070b88bae76939f6034e6", "rev": "f19bd752910bbe3a861c9cad269bd078689d50fe",
"type": "tarball", "type": "tarball",
"url": "https://git.lix.systems/api/v1/repos/lix-project/nixos-module/archive/9098ac95768f7006d7e070b88bae76939f6034e6.tar.gz" "url": "https://git.lix.systems/api/v1/repos/lix-project/nixos-module/archive/f19bd752910bbe3a861c9cad269bd078689d50fe.tar.gz?rev=f19bd752910bbe3a861c9cad269bd078689d50fe"
}, },
"original": { "original": {
"type": "tarball", "type": "tarball",
"url": "https://git.lix.systems/lix-project/nixos-module/archive/2.91.1-1.tar.gz" "url": "https://git.lix.systems/lix-project/nixos-module/archive/2.91.1-2.tar.gz"
} }
}, },
"neovim-nightly": { "neovim-nightly": {

View file

@ -17,7 +17,7 @@
inputs = { inputs = {
nixpkgs.url = "github:NixOS/nixpkgs?ref=nixos-unstable"; nixpkgs.url = "github:NixOS/nixpkgs?ref=nixos-unstable";
lix-module = { lix-module = {
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.91.1-1.tar.gz"; url = "https://git.lix.systems/lix-project/nixos-module/archive/2.91.1-2.tar.gz";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
home-manager = { home-manager = {

View file

@ -2,7 +2,7 @@
programs.kitty = { programs.kitty = {
enable = true; enable = true;
font = { font = {
package = pkgs.nerdfonts.override { fonts = [ "FiraCode" ]; }; package = pkgs.nerd-fonts.fira-code;
name = "FiraCode Nerd Font"; name = "FiraCode Nerd Font";
size = 14; size = 14;
}; };

View file

@ -24,8 +24,8 @@
liberation_ttf liberation_ttf
noto-fonts-cjk-sans noto-fonts-cjk-sans
noto-fonts-emoji noto-fonts-emoji
nerd-fonts.fira-code
(smc-fonts.override { fonts = [ "chilanka" ]; }) (smc-fonts.override { fonts = [ "chilanka" ]; })
(nerdfonts.override { fonts = [ "FiraCode" ]; })
]; ];
}; };