mirror of
https://github.com/morten-olsen/nixos-config.git
synced 2026-02-08 00:36:27 +01:00
update
This commit is contained in:
@@ -15,6 +15,10 @@
|
||||
xkbOptions = "caps:swapescape";
|
||||
};
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs.wl-clipboard
|
||||
];
|
||||
|
||||
# Enable CUPS to print documents.
|
||||
# services.printing.enable = true;
|
||||
fonts = {
|
||||
|
||||
@@ -34,9 +34,9 @@
|
||||
react-devtools
|
||||
reduxdevtools
|
||||
hoppscotch
|
||||
bitwarden
|
||||
grammarly
|
||||
vimium
|
||||
onepassword-password-manager
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -11,6 +11,9 @@ let
|
||||
};
|
||||
in {
|
||||
programs.neovim.enable = true;
|
||||
home.packages = [
|
||||
pkgs.marksman
|
||||
];
|
||||
home.file = {
|
||||
".config/nvim" = {
|
||||
source = astronvim;
|
||||
|
||||
@@ -32,9 +32,6 @@ if [ -d $HOME/.shellrc/rc.d ]; then
|
||||
for file in $HOME/.shellrc/rc.d/*.sh; do
|
||||
source $file
|
||||
done
|
||||
for file in $HOME/.shellrc/rc.d/*.zsh; do
|
||||
source $file
|
||||
done
|
||||
fi
|
||||
|
||||
# Load all files from .shell/zshrc.d directory
|
||||
@@ -48,6 +45,10 @@ if [[ -n "$SSH_CONNECTION" ]] ;then
|
||||
export PINENTRY_USER_DATA="USE_CURSES=1"
|
||||
fi
|
||||
|
||||
if [ -f $HOME/.systemrc ]; then
|
||||
source $HOME/.systemrc
|
||||
fi
|
||||
|
||||
|
||||
[ -f ~/.env ] && source ~/.env
|
||||
|
||||
|
||||
Reference in New Issue
Block a user