mako hyprdotfiles and things
This commit is contained in:
parent
81468feaaa
commit
7c88bf85a9
@ -67,6 +67,8 @@
|
|||||||
kitty
|
kitty
|
||||||
tldr
|
tldr
|
||||||
fastfetch
|
fastfetch
|
||||||
|
tree
|
||||||
|
mako
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.firefox.enable = true;
|
programs.firefox.enable = true;
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
#preload the wallpapers
|
#preload the wallpapers
|
||||||
preload = ~/Wallpaper/itachi-uchiha-sharingan-crow-akatsuki-4k-wallpaper-uhdpaper.com-294@2@a.jpg
|
preload = ~/wallpaper/itachi-uchiha-sharingan-crow-akatsuki-4k-wallpaper-uhdpaper.com-294@2@a.jpg
|
||||||
preload = ~/Wallpaper/eren-attack-on-titan-final-season-part-3-4k-wallpaper-uhdpaper.com-917@1@j.jpg
|
preload = ~/wallpaper/eren-attack-on-titan-final-season-part-3-4k-wallpaper-uhdpaper.com-917@1@j.jpg
|
||||||
|
|
||||||
#set the wallpaper
|
#set the wallpaper
|
||||||
wallpaper = DP-1,~/Wallpaper/itachi-uchiha-sharingan-crow-akatsuki-4k-wallpaper-uhdpaper.com-294@2@a.jpg
|
wallpaper = DP-1,~/wallpaper/itachi-uchiha-sharingan-crow-akatsuki-4k-wallpaper-uhdpaper.com-294@2@a.jpg
|
||||||
wallpaper = DP-2,~/Wallpaper/eren-attack-on-titan-final-season-part-3-4k-wallpaper-uhdpaper.com-917@1@j.jpg
|
wallpaper = DP-2,~/wallpaper/eren-attack-on-titan-final-season-part-3-4k-wallpaper-uhdpaper.com-917@1@j.jpg
|
||||||
|
|||||||
@ -1,11 +1,11 @@
|
|||||||
# Autostarts here
|
# Autostarts here
|
||||||
exec-once = waybar
|
#exec-once = waybar
|
||||||
exec = hyprpaper
|
#exec = hyprpaper
|
||||||
exec = killall waybar && waybar
|
#exec = killall waybar && waybar
|
||||||
exec-once = wl-paste --type text --watch cliphist store
|
#exec-once = wl-paste --type text --watch cliphist store
|
||||||
exec-once = wl-paste --type image --watch cliphist store
|
#exec-once = wl-paste --type image --watch cliphist store
|
||||||
exec-once = systemctl --user start hyprpolkitagent
|
#exec-once = systemctl --user start hyprpolkitagent
|
||||||
exec-once = mako
|
#exec-once = mako
|
||||||
# APPs
|
# APPs
|
||||||
exec-once = [workspace 11 silent] webcord
|
#exec-once = [workspace 11 silent] webcord
|
||||||
exec-once = [workspace 10 silent] thunderbird
|
#exec-once = [workspace 10 silent] thunderbird
|
||||||
|
|||||||
20
home.nix
20
home.nix
@ -9,8 +9,24 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
".config/fastfetch".source = ./dotfiles/fastfetch;
|
".config/fastfetch" = {
|
||||||
".config/kitty/kitty.conf".source = ./dotfiles/kitty.conf;
|
source = ./dotfiles/fastfetch;
|
||||||
|
recursive = true;
|
||||||
|
force = true;
|
||||||
|
};
|
||||||
|
".config/kitty/kitty.conf" = {
|
||||||
|
source = ./dotfiles/kitty.conf;
|
||||||
|
force = true;
|
||||||
|
};
|
||||||
|
".config/hypr" = {
|
||||||
|
source = ./dotfiles/hypr-desk;
|
||||||
|
recursive = true;
|
||||||
|
force = true;
|
||||||
|
};
|
||||||
|
".config/mako/config" = {
|
||||||
|
source = ./dotfiles/mako/config;
|
||||||
|
force = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user