update lix
This commit is contained in:
parent
788bab3ba1
commit
e7a892e2fd
2 changed files with 16 additions and 10 deletions
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
|
@ -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"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue