zsh config own file
Some checks are pending
Flake.lock / build (push) Waiting to run

This commit is contained in:
Mohamed Chrayed 2024-08-24 12:01:23 +02:00
parent bd5904bda4
commit 01de72c734
3 changed files with 5 additions and 1 deletions

View File

@ -47,6 +47,7 @@
userModules = [ userModules = [
./modules/user/git ./modules/user/git
./modules/user/homeversion ./modules/user/homeversion
./modules/user/shell
]; ];
in in
{ {

View File

@ -12,7 +12,6 @@
home.file."Bilder/Wallpaper/wallpaper-retrogirl.png".source = ../../../assets/wallpaper-retrogirl.png; home.file."Bilder/Wallpaper/wallpaper-retrogirl.png".source = ../../../assets/wallpaper-retrogirl.png;
home.file.".config/kwinrc".source = ../../../dotfiles/kwinrc; home.file.".config/kwinrc".source = ../../../dotfiles/kwinrc;
home.file.".local/share/user-places.xbel".source = ../../../dotfiles/user-places.xbel; home.file.".local/share/user-places.xbel".source = ../../../dotfiles/user-places.xbel;
home.file.".zshrc".source = ../../../dotfiles/zshrc;
programs.plasma = { programs.plasma = {

View File

@ -0,0 +1,4 @@
{ ... }:
{
home.file.".zshrc".source = ../../../dotfiles/zshrc;
}