major ui improvements

This commit is contained in:
kp2pml30 2025-03-20 13:21:56 +04:00
parent 8ef03fdd80
commit 3fc17746d0
14 changed files with 143 additions and 9488 deletions

View file

@ -42,8 +42,10 @@ in lib.mkIf cfg.xserver {
home-manager.users.${cfg.username} = {
programs.rofi = {
enable = true;
theme = "simple-tokyonight";
location = "center";
};
home.file.".config/rofi" = { source = rootPath + "/home/.config/rofi"; recursive = true; };
home.file.".config/rofi/simple-tokyonight.rasi" = { source = rootPath + "/home/.config/rofi/simple-tokyonight.rasi"; };
home.file.".config/awesome/rc.lua" = { source = rootPath + "/home/.config/awesome/rc.lua"; };
home.file.".config/awesome/theme.lua" = { source = rootPath + "/home/.config/awesome/theme.lua"; };

View file

@ -33,6 +33,7 @@ in {
makeWorkDir = lib.hm.dag.entryAfter [ "writeBoundary" ] ''
run mkdir -p ~/work/personal
run mkdir -p ~/work/experiments
run mkdir -p ~/.sock
'';
};
};
@ -55,7 +56,7 @@ in {
fish = {
enable = true;
shellInitLast = builtins.readFile (rootPath + "/home/.config/fish/minimal.fish");
shellInitLast = builtins.readFile (rootPath + "/home/.config/fish/config.fish");
};
starship = {