20.05.2026

This commit is contained in:
LunarAkai 2026-05-20 06:08:33 +02:00
commit ee71f3e4fe
7 changed files with 59 additions and 16 deletions

47
flake.lock generated
View file

@ -136,11 +136,11 @@
]
},
"locked": {
"lastModified": 1773367248,
"narHash": "sha256-FFMc1uAwy2GYasd0rdNDVxKyAgzuoJH2M+GglBQbqf0=",
"lastModified": 1779213149,
"narHash": "sha256-Cf+p/T4Z3n9Sw0TiR3kQaIwQI+/hfvLJcoTzeq6yS3E=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "be0c641a6a5564caa33982faa1fe2c60d92131c7",
"rev": "bd868f769a69d3b6091a1da68a75cb83a181033c",
"type": "github"
},
"original": {
@ -176,11 +176,11 @@
]
},
"locked": {
"lastModified": 1773369788,
"narHash": "sha256-32y9nyVU2rmXp/zMTNsVbIWNKMPUuBSj4bIAnaPiCVU=",
"lastModified": 1779163412,
"narHash": "sha256-sX2yan9kYuj7MHkN0w8z9rNJhy7QtecgE3ZZS2jZsT0=",
"owner": "nix-community",
"repo": "nix-vscode-extensions",
"rev": "70e188702ad3b4dcf5de12ff64f0d31c906d6d7a",
"rev": "8b3d8cc8ccaee874398753c856ec60bcc4f81e71",
"type": "github"
},
"original": {
@ -253,11 +253,11 @@
},
"nixpkgs-stable": {
"locked": {
"lastModified": 1773222311,
"narHash": "sha256-BHoB/XpbqoZkVYZCfXJXfkR+GXFqwb/4zbWnOr2cRcU=",
"lastModified": 1779102034,
"narHash": "sha256-vZJZjLo513IeI8hjzHFc6TDezUd4uCE2Eq4SNO3DNNg=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "0590cd39f728e129122770c029970378a79d076a",
"rev": "687f05a9184cad4eaf905c48b63649e3a86f5433",
"type": "github"
},
"original": {
@ -285,11 +285,11 @@
},
"nixpkgs_3": {
"locked": {
"lastModified": 1773282481,
"narHash": "sha256-b/GV2ysM8mKHhinse2wz+uP37epUrSE+sAKXy/xvBY4=",
"lastModified": 1778869304,
"narHash": "sha256-30sZNZoA1cqF5JNO9fVX+wgiQYjB7HJqqJ4ztCDeBZE=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "fe416aaedd397cacb33a610b33d60ff2b431b127",
"rev": "d233902339c02a9c334e7e593de68855ad26c4cb",
"type": "github"
},
"original": {
@ -308,7 +308,8 @@
"nixos-conf-editor": "nixos-conf-editor",
"nixpkgs": "nixpkgs_3",
"nixpkgs-stable": "nixpkgs-stable",
"systems": "systems_3"
"systems": "systems_3",
"zen-browser": "zen-browser"
}
},
"rust-analyzer-src": {
@ -412,6 +413,26 @@
"repo": "flake-utils",
"type": "github"
}
},
"zen-browser": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1778822459,
"narHash": "sha256-hJlFMK7Es783KU/mhLEGC+xim/EqBMVdbsWgthquo6Y=",
"owner": "youwen5",
"repo": "zen-browser-flake",
"rev": "90d4d395e2be09b2d314816dadd34660528c4ee4",
"type": "github"
},
"original": {
"owner": "youwen5",
"repo": "zen-browser-flake",
"type": "github"
}
}
},
"root": "root",

View file

@ -16,6 +16,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
zen-browser = {
url = "github:youwen5/zen-browser-flake";
inputs.nixpkgs.follows = "nixpkgs";
};
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";

View file

@ -4,6 +4,8 @@
extensions = with pkgs.vscode-marketplace; [
golang.go
bbenoist.nix
redhat.java
redhat.ansible
redhat.vscode-yaml
@ -19,9 +21,10 @@
catppuccin.catppuccin-vsc-icons
];
profiles.default.userSettings = {
# pls stop adding generative "AI" to everything :c
# pls stop adding generative "AI" slop to everything :c
"chat.agent.enabled" = false;
"chat.commandCenter.enabled" = false;
"chat.disableAIFeatures" = true;
"editor.semanticHighlighting.enabled" = true;
"terminal.integrated.minimumContrastRatio" = 1;

View file

@ -1,6 +1,7 @@
{
lib,
config,
pkgs,
...
}: {
imports = [
@ -14,4 +15,9 @@
homeDirectory = lib.mkDefault "/home/${config.home.username}";
stateVersion = "24.11";
};
home.packages = with pkgs; [
teamspeak6-client
vesktop
];
}

View file

@ -1,5 +1,12 @@
{pkgs, ...}:
{
hardware.ckb-next = {
enable = true;
};
environment.systemPackages = with pkgs; [
libsForQt5.qt5ct
gtk3
gsettings-desktop-schemas
];
}

View file

@ -62,6 +62,7 @@
inputs.nix-software-center.packages.${system}.nix-software-center
inputs.nixos-conf-editor.packages.${system}.nixos-conf-editor
xorg.libX11
inputs.zen-browser.packages.${pkgs.stdenv.hostPlatform.system}.default
];
# ssh agent

View file

@ -16,7 +16,7 @@
boot.extraModulePackages = [];
fileSystems."/" = {
device = "/dev/disk/by-uuid/a7f5df73-8af4-4f3c-9281-dae870b228ee";
device = "/dev/disk/by-uuid/fc4ccd02-eedf-413e-9704-63cb27d07b16";
fsType = "ext4";
};
@ -31,7 +31,7 @@
};
fileSystems."/boot" = {
device = "/dev/disk/by-uuid/8374-D896";
device = "/dev/disk/by-uuid/134D-F3E7";
fsType = "vfat";
options = ["fmask=0077" "dmask=0077"];
};