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 = { 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"; inputs.nixpkgs.follows = "nixpkgs";
}; };
@ -27,7 +27,7 @@
url = "github:danth/stylix"; url = "github:danth/stylix";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
nixvim = { nixvim = {
url = "github:nix-community/nixvim"; url = "github:nix-community/nixvim";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";

View file

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