Merge branch 'main' of github.com:fwastring/nix

This commit is contained in:
fwastring 2025-02-04 20:30:44 +01:00
commit b704eb4ba8
4 changed files with 16 additions and 24 deletions

View file

@ -8,7 +8,7 @@
...
}: {
imports = [
../shared/vial.nix
# ../shared/vial.nix
];
nixpkgs = {
overlays = [
@ -116,24 +116,21 @@ services.resolved.enable = false;
environment.systemPackages = with pkgs; [
vim
neovim
cvs
rcs
nano
git
openssh
];
services = {
udev = {
extraRules = ''
KERNEL=="ttyACM0", MODE:="666"
'';
packages = with pkgs; [
vial
via
];
};
# udev = {
# extraRules = ''
# KERNEL=="ttyACM0", MODE:="666"
# '';
# packages = with pkgs; [
# vial
# via
# ];
# };
picom.enable = true;
openssh = {
enable = true;