qt5 and gtk catppuccin themes (well those have to be installed with commands tho)
This commit is contained in:
@@ -52,8 +52,12 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
main-user.packages = with pkgs; [
|
main-user.packages = with pkgs; [
|
||||||
|
warp-terminal
|
||||||
prismlauncher
|
prismlauncher
|
||||||
vesktop
|
vesktop
|
||||||
|
kdenlive
|
||||||
|
libsForQt5.qt5ct
|
||||||
|
libsForQt5.lightly
|
||||||
];
|
];
|
||||||
|
|
||||||
# CHANGE YOUR NAME IN HOME MANAGER!
|
# CHANGE YOUR NAME IN HOME MANAGER!
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
monaspace
|
monaspace
|
||||||
nerdfonts
|
nerdfonts
|
||||||
|
# nerd-fonts.monaspace
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|||||||
@@ -20,6 +20,8 @@
|
|||||||
grub = {
|
grub = {
|
||||||
efiSupport = true;
|
efiSupport = true;
|
||||||
device = "nodev";
|
device = "nodev";
|
||||||
|
# efiInstallAsRemovable = true;
|
||||||
|
useOSProber = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user