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;
settings = {
"$mainMod" = "SUPER";
"$term" = "alacritty";
"$term" = "kitty";
monitor = [
"DP-3,1920x1080@60,2560x0,1" # top

View File

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

View File

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

View File

@ -38,7 +38,7 @@
open = false;
nvidiaSettings = true;
package = config.boot.kernelPackages.nvidiaPackages.stable;
package = config.boot.kernelPackages.nvidiaPackages.beta;
};
# Setup hyprland