idk adding some things
This commit is contained in:
parent
e78496f43d
commit
f1d1011cff
2 changed files with 11 additions and 3 deletions
|
@ -184,9 +184,9 @@ in
|
|||
source = ../.config/mpv;
|
||||
};
|
||||
|
||||
home.file.".config/ags" = {
|
||||
source = ../.config/ags;
|
||||
};
|
||||
# home.file.".config/ags" = {
|
||||
# source = ../.config/ags;
|
||||
# };
|
||||
# services.kdeconnect.enable = true;
|
||||
|
||||
services = {
|
||||
|
@ -268,6 +268,13 @@ in
|
|||
# };
|
||||
#};
|
||||
|
||||
home.pointerCursor = {
|
||||
gtk.enable = true;
|
||||
package = pkgs.phinger-cursors;
|
||||
name = "phinger-cursors-light";
|
||||
size = 32;
|
||||
};
|
||||
|
||||
services.cliphist = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue