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