added AZPIPRODUKTION / restructure user folders

This commit is contained in:
2026-02-10 08:55:25 +01:00
parent 6c40160fae
commit 885b3924f9
48 changed files with 444 additions and 476 deletions

View File

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