added mroe packages

This commit is contained in:
fwastring 2025-11-23 12:31:01 +01:00
parent 517bba2149
commit 48bb58e1bc
10 changed files with 122 additions and 215 deletions

View file

@ -1,7 +1,3 @@
# Edit this configuration file to define what should be installed on
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{
inputs,
config,
@ -10,7 +6,7 @@
...
}:
let
theme = "latte";
theme = "mocha";
in
{
imports = [
@ -32,12 +28,7 @@ in
];
kubernetes-tools.enable = true;
networking.networkmanager = {
enable = true;
plugins = with pkgs; [
networkmanager-openvpn
];
};
networking.hostName = myhostname;
stylix = {
enable = true;
@ -110,10 +101,7 @@ in
};
};
boot.kernelPackages = pkgs.linuxPackages_latest;
networking.hostName = myhostname;
system.stateVersion = "25.05";
}