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
|
# in
|
||||||
{
|
{
|
||||||
# services.flameshot = {
|
services.flameshot = {
|
||||||
# enable = true;
|
enable = true;
|
||||||
# # package = flameshotGrim;
|
# package = flameshotGrim;
|
||||||
# settings = {
|
settings = {
|
||||||
# General = {
|
General = {
|
||||||
# disabledTrayIcon = false;
|
disabledTrayIcon = false;
|
||||||
# showStartupLaunchMessage = false;
|
showStartupLaunchMessage = false;
|
||||||
# # disabledGrimWarning = false;
|
# disabledGrimWarning = false;
|
||||||
# };
|
};
|
||||||
# };
|
};
|
||||||
# };
|
|
||||||
home.packages = builtins.attrValues {
|
|
||||||
inherit (pkgs)
|
|
||||||
flameshot
|
|
||||||
;
|
|
||||||
};
|
};
|
||||||
|
# home.packages = builtins.attrValues {
|
||||||
|
# inherit (pkgs)
|
||||||
|
# flameshot
|
||||||
|
# ;
|
||||||
|
# };
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue