mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -06:00
feat: removed user1 and tidied up user0 home
This commit is contained in:
parent
07a6bb2073
commit
9c76e31bd4
1 changed files with 15 additions and 15 deletions
|
|
@ -16,20 +16,20 @@
|
|||
# });
|
||||
# in
|
||||
{
|
||||
# services.flameshot = {
|
||||
# enable = true;
|
||||
# # package = flameshotGrim;
|
||||
# settings = {
|
||||
# General = {
|
||||
# disabledTrayIcon = false;
|
||||
# showStartupLaunchMessage = false;
|
||||
# # disabledGrimWarning = false;
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
flameshot
|
||||
;
|
||||
services.flameshot = {
|
||||
enable = true;
|
||||
# package = flameshotGrim;
|
||||
settings = {
|
||||
General = {
|
||||
disabledTrayIcon = false;
|
||||
showStartupLaunchMessage = false;
|
||||
# disabledGrimWarning = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
# home.packages = builtins.attrValues {
|
||||
# inherit (pkgs)
|
||||
# flameshot
|
||||
# ;
|
||||
# };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue