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

@@ -3,6 +3,7 @@
./coding.nix
./fonts.nix
./hyprland.nix
./knowledge.nix
./media.nix
./office.nix
./rofi.nix

View File

@@ -29,7 +29,10 @@ in {
"HYPRCURSOR_THEME,Bibata-Modern-Ice"
"WLR_NO_HARDWARE_CURSORS,1"
"GTK_THEME,Dracula"
"XDG_SESSION_TYPE,hyrland"
"XDG_CURRENT_DESKTOP,Hyprland"
"XDG_SESSION_TYPE,wayland"
"XDG_SESSION_DESKTOP,Hyprland"
"NIXOS_OZONE_WL,1"
];
ecosystem = {

View File

@@ -0,0 +1,19 @@
{
programs.obsidian = {
enable = true;
defaultSettings = {
app = {
safeMode = false;
};
corePlugins = [
"daily-notes"
"templates"
"tag-pane"
"outgoing-link"
"backlink"
"global-search"
"quick-switcher"
];
};
};
}

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