improved gtk

This commit is contained in:
Morten Olsen
2024-04-17 20:56:36 +02:00
parent 68ab6df1d3
commit 8abe93f54b
10 changed files with 102 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ config, pkgs, themes, ... }:
{

View File

@@ -0,0 +1,7 @@
{ config, pkgs, ... }:
{
home.packages = [
pkgs.devbox
];
}

View File

@@ -0,0 +1 @@
eval "$(zoxide init zsh)"

View File

@@ -5,7 +5,7 @@ if [ -d $HOME/.shellrc/rc.d ]; then
source $file
done
for file in $HOME/.shellrc/zshrc.d/*.zsh; do
for file in $HOME/.shellrc/rc.d/*.zsh; do
source $file
done
fi