chore: updates
This commit is contained in:
parent
8ee970448e
commit
ee15b5ff97
2 changed files with 17 additions and 13 deletions
|
@ -118,7 +118,6 @@
|
|||
# coding
|
||||
jetbrains.pycharm-community
|
||||
lazygit
|
||||
lazydocker
|
||||
|
||||
# utility
|
||||
waybar
|
||||
|
@ -137,6 +136,7 @@
|
|||
zathura
|
||||
playerctl
|
||||
opentabletdriver
|
||||
onefetch
|
||||
|
||||
# entertainment
|
||||
ani-cli
|
||||
|
@ -191,7 +191,7 @@
|
|||
cmake
|
||||
libvirt
|
||||
qemu_kvm
|
||||
python3
|
||||
python3Full
|
||||
python3.pkgs.pip
|
||||
gnome-themes-extra
|
||||
gtk-engine-murrine
|
||||
|
@ -218,7 +218,7 @@
|
|||
enable = true;
|
||||
allowBitmaps = true;
|
||||
defaultFonts = {
|
||||
monospace = ["JetBrains Mono"];
|
||||
monospace = ["JetBrainsMono Nerd Font Regular"];
|
||||
sansSerif = ["Google Sans Text"];
|
||||
};
|
||||
hinting.style = "hintfull";
|
||||
|
@ -238,11 +238,13 @@
|
|||
options = "--delete-older-than 7d";
|
||||
};
|
||||
settings = {
|
||||
substituters = ["https://hyprland.cachix.org"];
|
||||
substituters = [
|
||||
"https://hyprland.cachix.org"
|
||||
"https://cache.nixos.org?priority=10"
|
||||
];
|
||||
trusted-public-keys = [
|
||||
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
|
||||
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
|
||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
];
|
||||
};
|
||||
};
|
||||
|
@ -257,7 +259,9 @@
|
|||
powerManagement.enable = true;
|
||||
modesetting.enable = true;
|
||||
};
|
||||
opengl.extraPackages = with pkgs; [nvidia-vaapi-driver];
|
||||
opengl.extraPackages = with pkgs; [
|
||||
nvidia-vaapi-driver
|
||||
];
|
||||
};
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
|
|
12
flake.lock
12
flake.lock
|
@ -8,11 +8,11 @@
|
|||
"utils": "utils"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1671831633,
|
||||
"narHash": "sha256-tANQOkJnlqK4M83KvvXFMFrIbR0xkloqXY5ruqzR3kE=",
|
||||
"lastModified": 1671966569,
|
||||
"narHash": "sha256-jbLgfSnmLchARBNFRvCic63CFQ9LAyvlXnBpc2kwjQc=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "d7eee202e597bc7789498a8664082cf0ffedaa8f",
|
||||
"rev": "c55fa26ce05fee8e063db22918d05a73d430b2ea",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -29,11 +29,11 @@
|
|||
"xdph": "xdph"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1671841202,
|
||||
"narHash": "sha256-w6vfVa6gj48YWjK+GUezq5U3UkvvGo/DEzdhAmr9Mhw=",
|
||||
"lastModified": 1671982931,
|
||||
"narHash": "sha256-cRInW7YYjw9xbjDTYOQD9PGo04aPAJWWu78PQ1HPkiQ=",
|
||||
"owner": "hyprwm",
|
||||
"repo": "Hyprland",
|
||||
"rev": "d87d2dac0b1385a4ab944df293bc48877564106c",
|
||||
"rev": "cd08fa22fd1ddbb8604e42d01043617a8eb10520",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
Loading…
Reference in a new issue