added AZPIPRODUKTION / restructure user folders
This commit is contained in:
@@ -35,7 +35,7 @@ in {
|
||||
theme = let
|
||||
inherit (config.colorScheme) palette;
|
||||
in
|
||||
builtins.toString (pkgs.writeText "rofi-universal-theme.rasi" ''
|
||||
toString (pkgs.writeText "rofi-universal-theme.rasi" ''
|
||||
* {
|
||||
/* Universal theme colors from nix-colors */
|
||||
background: #${palette.base00};
|
||||
@@ -182,6 +182,10 @@ in {
|
||||
cli.rofi-project-opener = {
|
||||
enable = true;
|
||||
projectDirs = {
|
||||
AI = {
|
||||
path = "~/p/AI";
|
||||
args = "";
|
||||
};
|
||||
NIX = {
|
||||
path = "~/p/NIX";
|
||||
args = "";
|
||||
|
||||
Reference in New Issue
Block a user