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.pfetch-rs
pkgs.gimp
pkgs.nim
pkgs.nimlangserver
];
services = {
dunst = {
@ -190,8 +192,7 @@
rofi = {
enable = true;
package = pkgs.rofi-wayland;
font = "CozetteVector 14";
extraConfig = builtins.readFile ./rofi/config.rasi;
theme = ./rofi/config.rasi;
};
lsd = {
enable = true;