Pull dotfiles directly from github

This commit is contained in:
2022-03-22 16:37:19 +01:00
parent c77dd756bc
commit 3664746d6b
3 changed files with 42 additions and 11 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{pkgs, ...}:
{pkgs, inputs, ...}:
{
programs.rofi = {
enable = true;
@@ -14,7 +14,7 @@
# ];
font = "Droid Sans 12";
theme = ../../general/.config/rofi/themes/blank.rasi;
theme = "${inputs.dotfiles}/general/.config/rofi/themes/blank.rasi";
extraConfig = {
modi = "window,run,drun,ssh,windowcd";