forked from poslop/rice-flakes
moved to core and removed duplicate ssh
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
{
|
||||
imports = [
|
||||
./hyprland
|
||||
./zsh
|
||||
./git.nix
|
||||
./packages.nix
|
||||
];
|
||||
}
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
{
|
||||
...
|
||||
}:
|
||||
{
|
||||
hj.rum.programs.git = {
|
||||
enable = true;
|
||||
settings = {
|
||||
user = {
|
||||
name = "poslop";
|
||||
email = "poslop@archfox.org";
|
||||
};
|
||||
core = {
|
||||
editor = "nvim -f";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
_:
|
||||
{
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
|
||||
HISTFILE=~/.histfile
|
||||
HISTSIZE=1000
|
||||
SAVEHIST=10000
|
||||
setopt autocd extendedglob nomatch notify
|
||||
unsetopt beep
|
||||
bindkey -v
|
||||
|
||||
zstyle :compinstall filename '/home/poslop/.zshrc'
|
||||
|
||||
autoload -Uz compinit
|
||||
compinit
|
||||
@@ -1 +0,0 @@
|
||||
{ imports = [ ./zsh.nix ]; }
|
||||
@@ -1,11 +0,0 @@
|
||||
{
|
||||
# hj.rum.programs.zsh = {
|
||||
# enable = true;
|
||||
# };
|
||||
|
||||
hj = {
|
||||
files = {
|
||||
".zshrc".source = ./.zshrc;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user