Compare commits
20
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
82dde7d749 | ||
|
|
59ce48d65e | ||
|
|
9b9c580a7f | ||
|
|
0e27b181ad | ||
|
|
6b43660491 | ||
|
|
db5e8855d2 | ||
|
|
2f1f60b836 | ||
|
|
a13a19e8e9 | ||
|
|
fee4b43104 | ||
|
|
faf3afad79 | ||
|
|
db116cc4de | ||
|
|
75ee011369 | ||
|
|
ae63c4737a | ||
|
|
d6bc3c0293 | ||
|
|
fd3a38da62 | ||
|
|
e30ca9d8dd | ||
|
|
79eb5c27e9 | ||
|
|
677728c440 | ||
|
|
483b05fc27 | ||
|
|
cb4709b1a6 |
Generated
+12
-12
@@ -121,11 +121,11 @@
|
|||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"dir": "pkgs/firefox-addons",
|
"dir": "pkgs/firefox-addons",
|
||||||
"lastModified": 1776225785,
|
"lastModified": 1776398575,
|
||||||
"narHash": "sha256-yrRZkEEtTwJcIXzxL/nCFpyGsz7VmkOJSoyx/AX6Ri8=",
|
"narHash": "sha256-WArU6WOdWxzbzGqYk4w1Mucg+bw/SCl6MoSp+/cZMio=",
|
||||||
"owner": "rycee",
|
"owner": "rycee",
|
||||||
"repo": "nur-expressions",
|
"repo": "nur-expressions",
|
||||||
"rev": "c09a1a34c147aefac0ff10017644ca17a3230e8c",
|
"rev": "05815686caf4e3678f5aeb5fd36e567886ab0d30",
|
||||||
"type": "gitlab"
|
"type": "gitlab"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -342,11 +342,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1776184304,
|
"lastModified": 1776373306,
|
||||||
"narHash": "sha256-No6QGBmIv5ChiwKCcbkxjdEQ/RO2ZS1gD7SFy6EZ7rc=",
|
"narHash": "sha256-iAJIzHngGZeLIkjzuuWI6VBsYJ1n89a/Esq0m8R1vjs=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "3c7524c68348ef79ce48308e0978611a050089b2",
|
"rev": "d401492e2acd4fea42f7705a3c266cea739c9c36",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -398,10 +398,10 @@
|
|||||||
"nix-secrets": {
|
"nix-secrets": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1776276250,
|
"lastModified": 1776422417,
|
||||||
"narHash": "sha256-j7Bs6ZHkOrCM4GKVmeOJDTYgxWPOys9saCkiQ+BExPU=",
|
"narHash": "sha256-9R4MePj/UT0tqkWEq4Afg7Lp/zdfYHkW+qmpVGchKIs=",
|
||||||
"ref": "main",
|
"ref": "main",
|
||||||
"rev": "d27bff628f13bedfaad5011437e00ec62feceb56",
|
"rev": "75759a14e8d46421fca4306393a38b5ad5240f09",
|
||||||
"shallow": true,
|
"shallow": true,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "ssh://git@github.com/hektor/nix-secrets"
|
"url": "ssh://git@github.com/hektor/nix-secrets"
|
||||||
@@ -467,11 +467,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1775710090,
|
"lastModified": 1776169885,
|
||||||
"narHash": "sha256-ar3rofg+awPB8QXDaFJhJ2jJhu+KqN/PRCXeyuXR76E=",
|
"narHash": "sha256-l/iNYDZ4bGOAFQY2q8y5OAfBBtrDAaPuRQqWaFHVRXM=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "4c1018dae018162ec878d42fec712642d214fdfa",
|
"rev": "4bd9165a9165d7b5e33ae57f3eecbcb28fb231c9",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
@@ -36,8 +36,10 @@
|
|||||||
homeDirectory = "/home/${config.host.username}";
|
homeDirectory = "/home/${config.host.username}";
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.userDirs.createDirectories = false;
|
xdg.userDirs = {
|
||||||
xdg.userDirs.download = "${config.home.homeDirectory}/dl";
|
enable = false;
|
||||||
|
createDirectories = false;
|
||||||
|
};
|
||||||
|
|
||||||
modules."3d".printing.enable = true;
|
modules."3d".printing.enable = true;
|
||||||
ai-tools.opencode.enable = true;
|
ai-tools.opencode.enable = true;
|
||||||
|
|||||||
@@ -46,7 +46,13 @@ in
|
|||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
xdg.systemDirs.config = [ "/etc/xdg" ];
|
xdg = {
|
||||||
|
systemDirs.config = [ "/etc/xdg" ];
|
||||||
|
userDirs = {
|
||||||
|
createDirectories = false;
|
||||||
|
download = "${config.home.homeDirectory}/dl";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
stateVersion = "25.05";
|
stateVersion = "25.05";
|
||||||
|
|||||||
@@ -76,6 +76,7 @@ lib.optionalAttrs standalone {
|
|||||||
colorTheme = "dark-256";
|
colorTheme = "dark-256";
|
||||||
config = {
|
config = {
|
||||||
recurrence = "off";
|
recurrence = "off";
|
||||||
|
reserved.lines = 3; # without this I would have to scroll up 3 lines
|
||||||
};
|
};
|
||||||
extraConfig = lib.optionalString sops.available ''
|
extraConfig = lib.optionalString sops.available ''
|
||||||
include ${sops.templates."taskrc.d/sync".path}
|
include ${sops.templates."taskrc.d/sync".path}
|
||||||
|
|||||||
Reference in New Issue
Block a user