2025.04.30-21:11

This commit is contained in:
2025-04-30 21:11:10 +02:00
parent 8065685ccb
commit 4f3b1f8857
5 changed files with 10 additions and 18 deletions

View File

@ -5,23 +5,23 @@
./tweaks
./appimage.nix
./desktop-cinnamon.nix
./distrobox.nix
#./distrobox.nix
./firefox.nix
./flatpak.nix
./fonts.nix
./gpu-amd.nix
#./gpu-intel.nix
./kvm.nix
#./kvm.nix
#./laptop.nix
./mpd.nix
#./mpd.nix
./nix-ld.nix
./pkgs-cli.nix
./pkgs-extra.nix
./printer.nix
./samba.nix
#./samba.nix
#./samba-nas.nix
./samba-srv.nix
./steam.nix
#./steam.nix
./syncthing.nix
];
}

View File

@ -18,10 +18,4 @@
];
};
# Enables Bluetooth
hardware.bluetooth = {
enable = true;
powerOnBoot = true;
};
}
}

View File

@ -38,7 +38,6 @@
};
environment.systemPackages = with pkgs; [
#gmpc # Gnome Music Player Client
cantata
];
}
}

View File

@ -33,7 +33,7 @@
networkmanager.enable = true;
networkmanager.plugins = with pkgs; [ networkmanager-openvpn ];
usePredictableInterfaceNames = false;
hostName = "wlin002-nixos";
hostName = "wlin001-nixos";
};
# Set your time zone
@ -142,7 +142,6 @@
haveged.enable = true;
preload.enable = true;
udisks2.enable = true;
#tumbler.enable = true;
};
# Enable OpenSSH

View File

@ -20,7 +20,7 @@ in
];
imports = [
./../home
./config/home
];
# Set profile
@ -70,4 +70,4 @@ in
programs.home-manager.enable = true;
};
}
}