mirror of
https://github.com/kp2pml30/dotfiles.git
synced 2026-02-16 23:34:42 +04:00
major ui improvements
This commit is contained in:
parent
8ef03fdd80
commit
3fc17746d0
14 changed files with 143 additions and 9488 deletions
|
|
@ -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"; };
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue