Compare commits

..

No commits in common. "d6a51195f007a22074af0fdc62d3705e525006bf" and "82daaac80d8e1a04e79449d8b553aab5b8a1b740" have entirely different histories.

8 changed files with 4 additions and 27 deletions

View file

@ -11,7 +11,6 @@
./stylix.nix
./vim.nix
./yubikey.nix
./zellij.nix
];
home.stateVersion = "22.11";

View file

@ -15,8 +15,7 @@ with pkgs;
init.defaultBranch = "main";
pull.ff = "only";
};
#diff-so-fancy.enable = true;
difftastic.enable = true;
diff-so-fancy.enable = true;
};

View file

@ -35,12 +35,12 @@ in
in
[
fixXhost
pkgs.kitty
pkgs.autorandr
pkgs.polygon-art.polygon-art
];
programs.i3status-rust = {
enable = true;
bars = {
@ -115,10 +115,6 @@ in
};
};
programs.kitty = {
enable = true;
};
programs.alacritty = {
enable = true;
settings = {

View file

@ -1,13 +0,0 @@
{ pkgs, ... }:
with pkgs;
{
programs.zellij = {
enable = true;
# zsh will automatically start in zelllij
#enableZshIntegration = true;
settings = {
on_force_close = "quit";
};
};
}

View file

@ -20,7 +20,6 @@
services.gitea = {
enable = true;
appName = "git.chungus.private";
package = pkgs.forgejo;
stateDir = "/srv/gitea";
settings = {
server.ROOT_URL = "http://git.chungus.private/";

View file

@ -15,12 +15,9 @@
};
};
# todo move to forgejo
services.gitea = {
enable = true;
appName = "git.ingolf-wagner.de";
package = pkgs.forgejo;
#cookieSecure = true;
#disableRegistration = true;
settings = {