This commit is contained in:
ark-lamp-umbrella 2024-04-24 22:04:23 -07:00
parent 139c48ebb3
commit 7460f7598d
Signed by: ark-lamp-umbrella
GPG Key ID: 15E48F7B97025652
1 changed files with 3 additions and 2 deletions

View File

@ -19,6 +19,8 @@
pkgs.nil # nix lsp pkgs.nil # nix lsp
pkgs.pfetch-rs pkgs.pfetch-rs
pkgs.gimp pkgs.gimp
pkgs.nim
pkgs.nimlangserver
]; ];
services = { services = {
dunst = { dunst = {
@ -190,8 +192,7 @@
rofi = { rofi = {
enable = true; enable = true;
package = pkgs.rofi-wayland; package = pkgs.rofi-wayland;
font = "CozetteVector 14"; theme = ./rofi/config.rasi;
extraConfig = builtins.readFile ./rofi/config.rasi;
}; };
lsd = { lsd = {
enable = true; enable = true;