Some changes
This commit is contained in:
parent
a701e1a2c9
commit
7c27736e51
5 changed files with 33 additions and 26 deletions
|
@ -122,10 +122,12 @@
|
|||
mediawriter
|
||||
virt-manager
|
||||
wl-clipboard
|
||||
protontricks
|
||||
android-studio
|
||||
nodePackages.pnpm
|
||||
hunspellDicts.en_CA-large
|
||||
inputs.nixpkgs-local.legacyPackages.${system}.monophony
|
||||
inputs.nix-gaming.packages.${system}.wine-ge
|
||||
]
|
||||
++ (with gnomeExtensions; [
|
||||
caffeine
|
||||
|
|
|
@ -5,6 +5,12 @@
|
|||
base16Scheme = "${pkgs.base16-schemes}/share/themes/nord.yaml";
|
||||
targets.plymouth.blackBackground = false;
|
||||
|
||||
cursor = {
|
||||
name = "GoogleDot-Blue";
|
||||
package = pkgs.google-cursor;
|
||||
size = 24;
|
||||
};
|
||||
|
||||
fonts = {
|
||||
serif = {
|
||||
name = "Cantarell";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue