More gunter stuff
This commit is contained in:
parent
c0479068ed
commit
9f5f770409
@ -17,7 +17,7 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
"$mainMod" = "SUPER";
|
"$mainMod" = "SUPER";
|
||||||
"$term" = "alacritty";
|
"$term" = "kitty";
|
||||||
|
|
||||||
monitor = [
|
monitor = [
|
||||||
"DP-3,1920x1080@60,2560x0,1" # top
|
"DP-3,1920x1080@60,2560x0,1" # top
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
};
|
};
|
||||||
style = ''
|
style = ''
|
||||||
* {
|
* {
|
||||||
font-family: "Fira Code", "Font Awesome 6 Free";
|
font-family: "FiraCodeNerdFont-Regular";
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
@ -164,7 +164,7 @@
|
|||||||
};
|
};
|
||||||
"clock" = {
|
"clock" = {
|
||||||
"interval" = 1;
|
"interval" = 1;
|
||||||
"format" = "{:%I:%M %p %A %b %d}";
|
"format" = "{:%H:%M %A %b %d}";
|
||||||
"tooltip" = true;
|
"tooltip" = true;
|
||||||
};
|
};
|
||||||
"memory" = {
|
"memory" = {
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
{ config, ... }: {
|
{ config, ... }: {
|
||||||
xdg.configFile."kitty/kitty.conf" = {
|
xdg.configFile."kitty/kitty.conf" = {
|
||||||
source = config.lib.file.mkOutOfStoreSymlink ./. "/kitty.conf"
|
source = config.lib.file.mkOutOfStoreSymlink ./. + "/kitty.conf";
|
||||||
|
target = "kitty/kitty.conf";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
open = false;
|
open = false;
|
||||||
nvidiaSettings = true;
|
nvidiaSettings = true;
|
||||||
|
|
||||||
package = config.boot.kernelPackages.nvidiaPackages.stable;
|
package = config.boot.kernelPackages.nvidiaPackages.beta;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Setup hyprland
|
# Setup hyprland
|
||||||
|
Loading…
Reference in New Issue
Block a user