added AZPIPRODUKTION / restructure user folders
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
./coding.nix
|
||||
./fonts.nix
|
||||
./hyprland.nix
|
||||
./knowledge.nix
|
||||
./media.nix
|
||||
./office.nix
|
||||
./rofi.nix
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
19
home/features/desktop/knowledge.nix
Normal file
19
home/features/desktop/knowledge.nix
Normal 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"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
@@ -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