Compare commits

..

No commits in common. "131c255d4c571992f3ad172d4a06db227034a749" and "5548400ff8249ce383ce5f22f8b491bd1542502f" have entirely different histories.

9 changed files with 7 additions and 41 deletions

View file

@ -1,5 +0,0 @@
{config, ...}: {
systemd.user.tmpfiles.rules = [
"d ${config.xdg.dataHome}/gnupg 0700 ${config.home.username} users -"
];
}

View file

@ -1,18 +1,11 @@
{config, ...}: let
{...}: let
zoxideAliases = {
".." = "z ..";
"..." = "z ../..";
"...." = "z ../../..";
"....." = "z ../../../..";
"......" = "z ../../../../..";
# Compatibility with cjk dots
"" = "z ..";
"" = "z ../..";
"" = "z ../../..";
"" = "z ../../../..";
"" = "z ../../../../..";
};
home = "/home/${config.home.username}";
in {
programs.zoxide = {
enable = true;
@ -23,5 +16,5 @@ in {
programs.fish.shellAliases = zoxideAliases;
programs.bash.shellAliases = zoxideAliases;
programs.zsh.shellAliases = zoxideAliases;
home.sessionVariables._ZO_EXCLUDE_DIRS = "/sys/*:/nix/*:/dev/*:/tmp/*:/proc/*:/home/${home}/.cache/*";
home.sessionVariables._ZO_EXCLUDE_DIRS = "/sys/*:/nix/*:/dev/*:/tmp/*:/proc/*";
}

View file

@ -6,6 +6,4 @@
environment.systemPackages = [
pkgs.smartmontools
];
# davfs2 is for WebDAV mounts.
services.davfs2.enable = true;
}

View file

@ -24,7 +24,7 @@ sops:
MlBBYzA4bWkyOFNzWlFWbWhDMU9VSG8KJGAr3Gjg6+1OUC+d8+Yu+AW+zzfQ2MtX
7RzIvGv4R3YtAHlX79BcIT6XwGMXVIF86Fu2QOoU7u8o4wpyAt0CXA==
-----END AGE ENCRYPTED FILE-----
lastmodified: "2026-03-09T19:34:30Z"
mac: ENC[AES256_GCM,data:N4OIhOvaXF08PCjiAz7ZdGj9h9JXqafgoasBy3mnLTthfNM0PH0KYMMqfVdXgD41d0zGlnUgrV9YQLifOBTfeTgQLCjbdp8tdZ+681/misf3NfxlPd18C7NIEjbfhuNh5LwKcU+wKrdD5RXokuG6UkkszGis12yDkvhr2reVH5Y=,iv:t//1+iS+328K5GtwAF+epDJJ/xJ8lHIBGQTXusSU8jU=,tag:QvIuTFvUNEn+1FU4EVez0w==,type:str]
lastmodified: "2026-03-08T19:00:23Z"
mac: ENC[AES256_GCM,data:SYfoNENCAn7PaztjBB4NeES+gFulDTpFieaaP1Jzi8Td7xfUOFqfTT1DdO0dBdbE66sU/nsDgucNln+92y7BGaE2sCkbUtB9213QTi+gq+A44gzxvibeX4SueakjLC8KwgQxbRZAYYvlLEUVuJ7qIslOqrTPm0APCOxoTMxrgxg=,iv:UlPucS8Y4OFyzI/NVx+OcWYVxBOb+ribbFRc5hmLd80=,tag:5jZ72WV5aqjxL+qzGqB1fQ==,type:str]
unencrypted_suffix: _unencrypted
version: 3.12.1

View file

@ -1,9 +1,5 @@
# ~/.config/nix-config/common/packages-headless.nix
{
pkgs,
config,
...
}: {
{pkgs, ...}: {
programs.bat.enable = true;
programs.btop.enable = true;
programs.delta.enable = true;
@ -71,8 +67,6 @@
opencode
p7zip
visidata
proton-pass-cli
pass
]
++ (
if pkgs.stdenv.isDarwin
@ -87,8 +81,4 @@
programs.nix-index.enable = true;
programs.nix-index.symlinkToCacheHome = true;
programs.nix-index-database.comma.enable = true;
home.sessionVariables = {
PASSWORD_STORE_DIR = "${config.xdg.dataHome}/password-store";
};
}

View file

@ -12,7 +12,6 @@
Service = {
Type = "simple";
ExecStart = "${pkgs.sunsetr}/bin/sunsetr -b";
ExecStop = "${pkgs.sunsetr}/bin/sunsetr stop";
Restart = "on-failure";
RestartSec = 1;
TimeoutStopSec = 10;

View file

@ -16,7 +16,6 @@
aic = "aichat -s";
aicc = "aichat -c";
py = "nix run 'nixpkgs#python3'";
oc = "opencode";
};
darwinAliases = {

View file

@ -3,11 +3,4 @@
protontricks
bottles
];
dconf.settings = {
"com/usebottles/bottles" = {
update-date = true;
steam-proton-support = true;
startup-view = "page_library";
};
};
}

View file

@ -1,3 +1,4 @@
# ~/.config/nixcfgs/users/js0ny/default.nix
{
pkgs,
config,
@ -82,7 +83,7 @@ in {
./programs/lollypop.nix
./programs/gallery-dl.nix
./programs/readest.nix
# ./programs/openclaw.nix
./programs/openclaw.nix
./programs/libmagic.nix
# Desktop Linux
@ -104,8 +105,6 @@ in {
# Development setup
../../modules/home/dev/nix.nix
../../modules/home/linux.nix
];
nixpkgs.config.allowUnfree = true;