update lix

This commit is contained in:
Markus Heurung 2025-03-25 14:01:43 +01:00
parent 788bab3ba1
commit e7a892e2fd
2 changed files with 16 additions and 10 deletions

View file

@ -14,7 +14,7 @@
};
lix-module = {
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.91.1-2.tar.gz";
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.92.0.tar.gz";
inputs.nixpkgs.follows = "nixpkgs";
};

View file

@ -49,6 +49,11 @@
wheelNeedsPassword = false;
};
};
services.avahi = {
enable = true;
nssmdns4 = true;
openFirewall = true;
};
services.envfs.enable = true;
services.flatpak.enable = true;
services.fwupd.enable = true;
@ -105,12 +110,15 @@
environment.shells = with pkgs; [ bash fish zsh ];
environment.systemPackages = with pkgs; [
evolutionWithPlugins
git
home-manager
mosh
toolbox
vim
wget
# ] ++ [
# inputs.zen-browser.packages.x86_64-linux.default
];
fonts = {
@ -122,7 +130,6 @@
];
};
programs = {
_1password.enable = true;
_1password-gui = {
@ -139,7 +146,6 @@
brightnessKeys.enable = true;
};
hyprland.enable = true;
niri.enable = true;
sway.enable = true;
# ssh = {
# pubkeyAcceptedKeyTypes = ["ssh-ed25519" "ssh-rsa"];