More gunter stuff

This commit is contained in:
Torjus Håkestad 2024-03-02 22:20:09 +01:00
parent c0479068ed
commit 9f5f770409
4 changed files with 6 additions and 5 deletions

View File

@ -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

View File

@ -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" = {

View File

@ -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";
}; };
} }

View File

@ -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