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;
|
source = ../.config/mpv;
|
||||||
};
|
};
|
||||||
|
|
||||||
home.file.".config/ags" = {
|
# home.file.".config/ags" = {
|
||||||
source = ../.config/ags;
|
# source = ../.config/ags;
|
||||||
};
|
# };
|
||||||
# services.kdeconnect.enable = true;
|
# services.kdeconnect.enable = true;
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
@ -268,6 +268,13 @@ in
|
||||||
# };
|
# };
|
||||||
#};
|
#};
|
||||||
|
|
||||||
|
home.pointerCursor = {
|
||||||
|
gtk.enable = true;
|
||||||
|
package = pkgs.phinger-cursors;
|
||||||
|
name = "phinger-cursors-light";
|
||||||
|
size = 32;
|
||||||
|
};
|
||||||
|
|
||||||
services.cliphist = {
|
services.cliphist = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
|
@ -40,6 +40,7 @@ with lib;
|
||||||
openjdk
|
openjdk
|
||||||
qmk
|
qmk
|
||||||
aria2
|
aria2
|
||||||
|
sassc
|
||||||
# pantalaimon
|
# pantalaimon
|
||||||
plasma5Packages.kwallet
|
plasma5Packages.kwallet
|
||||||
sierra-breeze-enhanced
|
sierra-breeze-enhanced
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue