1
0
Fork 0
mirror of https://git.gay/xqtc/nixos-config synced 2025-04-27 13:27:29 +02:00

idk anymore

This commit is contained in:
xqtc 2025-04-10 17:11:16 +02:00
parent 0e863cb4e0
commit aa3e445ebb
Signed by: xqtc
GPG key ID: 2C064D095926D9D1
6 changed files with 112 additions and 1 deletions

106
flake.lock generated
View file

@ -258,6 +258,24 @@
"type": "github"
}
},
"flake-parts_4": {
"inputs": {
"nixpkgs-lib": "nixpkgs-lib_3"
},
"locked": {
"lastModified": 1743550720,
"narHash": "sha256-hIshGgKZCgWh6AYJpJmRgFdR3WUbkY04o82X05xqQiY=",
"owner": "hercules-ci",
"repo": "flake-parts",
"rev": "c621e8422220273271f52058f618c94e405bb0f5",
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "flake-parts",
"type": "github"
}
},
"flake-utils": {
"locked": {
"lastModified": 1629284811,
@ -656,6 +674,21 @@
"type": "github"
}
},
"nixpkgs-lib_3": {
"locked": {
"lastModified": 1743296961,
"narHash": "sha256-b1EdN3cULCqtorQ4QeWgLMrd5ZGOjLSLemfa00heasc=",
"owner": "nix-community",
"repo": "nixpkgs.lib",
"rev": "e4822aea2a6d1cdd36653c134cacfd64c97ff4fa",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "nixpkgs.lib",
"type": "github"
}
},
"nixpkgs-master": {
"locked": {
"lastModified": 1743101093,
@ -751,6 +784,38 @@
}
},
"nixpkgs_11": {
"locked": {
"lastModified": 1743583204,
"narHash": "sha256-F7n4+KOIfWrwoQjXrL2wD9RhFYLs2/GGe/MQY1sSdlE=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "2c8d3f48d33929642c1c12cd243df4cc7d2ce434",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_12": {
"locked": {
"lastModified": 1735554305,
"narHash": "sha256-zExSA1i/b+1NMRhGGLtNfFGXgLtgo+dcuzHzaWA6w3Q=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "0e82ab234249d8eee3e8c91437802b32c74bb3fd",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_13": {
"locked": {
"lastModified": 1739138025,
"narHash": "sha256-M4ilIfGxzbBZuURokv24aqJTbdjPA9K+DtKUzrJaES4=",
@ -984,6 +1049,7 @@
"proxmox-nixos": "proxmox-nixos",
"sops-nix": "sops-nix",
"spicetify-nix": "spicetify-nix",
"swaystatus": "swaystatus",
"zjstatus": "zjstatus"
}
},
@ -1063,6 +1129,26 @@
"type": "github"
}
},
"swaystatus": {
"inputs": {
"flake-parts": "flake-parts_4",
"nixpkgs": "nixpkgs_11",
"treefmt-nix": "treefmt-nix_2"
},
"locked": {
"lastModified": 1744053297,
"narHash": "sha256-ASAlSTdxjPNzEFDyVrhWNpC/OEie22WtmGnobR+EZHo=",
"ref": "refs/heads/main",
"rev": "14c54e1be4c3813f55ec5217a8ede4a02cda31cc",
"revCount": 6,
"type": "git",
"url": "https://git.heroin.trade/xqtc/swaystatus"
},
"original": {
"type": "git",
"url": "https://git.heroin.trade/xqtc/swaystatus"
}
},
"systems": {
"locked": {
"lastModified": 1681028828,
@ -1186,6 +1272,24 @@
"type": "github"
}
},
"treefmt-nix_2": {
"inputs": {
"nixpkgs": "nixpkgs_12"
},
"locked": {
"lastModified": 1743748085,
"narHash": "sha256-uhjnlaVTWo5iD3LXics1rp9gaKgDRQj6660+gbUU3cE=",
"owner": "numtide",
"repo": "treefmt-nix",
"rev": "815e4121d6a5d504c0f96e5be2dd7f871e4fd99d",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "treefmt-nix",
"type": "github"
}
},
"utils": {
"inputs": {
"systems": "systems_5"
@ -1236,7 +1340,7 @@
"inputs": {
"crane": "crane_2",
"flake-utils": "flake-utils_7",
"nixpkgs": "nixpkgs_11",
"nixpkgs": "nixpkgs_13",
"rust-overlay": "rust-overlay_2"
},
"locked": {

View file

@ -8,6 +8,7 @@
apple-silicon.url = "github:tpwrules/nixos-apple-silicon";
flake-parts.url = "github:hercules-ci/flake-parts";
meowlog.url = "git+https://git.heroin.trade/xqtc/meowlog";
swaystatus.url = "git+https://git.heroin.trade/xqtc/swaystatus";
zjstatus.url = "github:dj95/zjstatus";
comin = {
url = "github:nlewo/comin";

View file

@ -62,6 +62,7 @@ in {
++ (with pkgs; [
inputs.ghostty.packages.x86_64-linux.default
inputs.meowlog.packages.x86_64-linux.default
inputs.swaystatus.packages.x86_64-linux.default
nh
termusic
@ -69,6 +70,7 @@ in {
bat
alejandra
nixfmt-classic
ncspot

View file

@ -72,6 +72,7 @@
envFile = {
text = ''
$env.ZELLIJ_AUTO_ATTACH = 'true'
$env.GPG_TTY = (tty)
'';
};
configFile = {

View file

@ -37,6 +37,7 @@
programs.ssh = {
enable = true;
forwardAgent = true;
matchBlocks = {
"ryuko.suizid.jetzt" = {
user = "root";

View file

@ -18,6 +18,8 @@
../../gc.nix
];
networking.wireguard.enable = true;
nixpkgs.config.allowUnfree = true;
services.btrfs.autoScrub.enable = true;