home/gui | remove unused files
This commit is contained in:
parent
5a0ece7206
commit
ea5c9e1f3d
2 changed files with 0 additions and 42 deletions
|
|
@ -1,21 +0,0 @@
|
||||||
{ config, pkgs, ... }: {
|
|
||||||
home.packages = with pkgs; [ fuzzel ];
|
|
||||||
programs.fuzzel = {
|
|
||||||
enable = true;
|
|
||||||
settings = {
|
|
||||||
main = {
|
|
||||||
icon-theme = "Papirus-Dark";
|
|
||||||
width = 50;
|
|
||||||
# font = "Ubuntu:style=Bold:size=12, Hack:weight=bold:size=12";
|
|
||||||
fields = "name,generic,comment,categories,filename,keywords";
|
|
||||||
prompt = "❯ ";
|
|
||||||
layer = "overlay";
|
|
||||||
};
|
|
||||||
border = { radius = 20; };
|
|
||||||
dmenu = {
|
|
||||||
exit-immediately-if-empty = true;
|
|
||||||
mode = "index";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
@ -1,21 +0,0 @@
|
||||||
{ config, pkgs, ... }: {
|
|
||||||
services.redshift = {
|
|
||||||
enable = true;
|
|
||||||
latitude = "29.74";
|
|
||||||
longitude = "-95.77";
|
|
||||||
provider = "manual";
|
|
||||||
settings = {
|
|
||||||
redshift = {
|
|
||||||
tray = true;
|
|
||||||
adjustment-method = "vidmode";
|
|
||||||
brightness-day = "1.0";
|
|
||||||
brightness-night = "0.7";
|
|
||||||
# This *should work*
|
|
||||||
#temperature = {
|
|
||||||
#day = 6500;
|
|
||||||
#night = 3500;
|
|
||||||
#};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue