mirror of
https://github.com/morten-olsen/nixos-config.git
synced 2026-02-08 00:36:27 +01:00
improved gtk
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ config, pkgs, ... }:
|
||||
{ config, pkgs, themes, ... }:
|
||||
|
||||
{
|
||||
|
||||
|
||||
7
user/programs/devbox/default.nix
Normal file
7
user/programs/devbox/default.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = [
|
||||
pkgs.devbox
|
||||
];
|
||||
}
|
||||
1
user/programs/terminal/files/shell/rc.d/01-zoxide.zsh
Normal file
1
user/programs/terminal/files/shell/rc.d/01-zoxide.zsh
Normal file
@@ -0,0 +1 @@
|
||||
eval "$(zoxide init zsh)"
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user