add hyprshot
This commit is contained in:
parent
55d9eb4f36
commit
919f3ba969
2 changed files with 2 additions and 0 deletions
|
|
@ -27,6 +27,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
home-manager.users.asakiyuki.programs = {
|
home-manager.users.asakiyuki.programs = {
|
||||||
|
hyprshot.enable = true;
|
||||||
catppuccin.enable = true;
|
catppuccin.enable = true;
|
||||||
antigravity.enable = true;
|
antigravity.enable = true;
|
||||||
prismlauncher.enable = true;
|
prismlauncher.enable = true;
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,7 @@
|
||||||
git
|
git
|
||||||
vim
|
vim
|
||||||
btop
|
btop
|
||||||
|
gcc
|
||||||
|
|
||||||
(lib.mkIf config.programs.wget.enable config.programs.wget.package)
|
(lib.mkIf config.programs.wget.enable config.programs.wget.package)
|
||||||
(lib.mkIf config.programs.tree.enable config.programs.tree.package)
|
(lib.mkIf config.programs.tree.enable config.programs.tree.package)
|
||||||
|
|
|
||||||
Reference in a new issue