This commit is contained in:
randomuser 2023-11-23 14:06:56 -06:00
parent 1d19db7c9e
commit 0b3b5c7d44
2 changed files with 8 additions and 1 deletions

View File

@ -19,8 +19,10 @@
android-studio
emacs
deepin.deepin-album
libreoffice
nomacs
vscodium
minetest
];
boot.loader = {
@ -38,5 +40,10 @@
programs.dconf.enable = true;
users.users.usr.extraGroups = [ "libvirtd" ];
services.printing.enable = true;
services.avahi.enable = true; # runs the Avahi daemon
services.avahi.nssmdns = true; # enables the mDNS NSS plug-in
services.avahi.openFirewall = true; # opens the firewall for UDP port 5353
networking.hostName = "mlg";
}

View File

@ -3,7 +3,7 @@
let
home-manager = builtins.fetchTarball {
url = "https://github.com/nix-community/home-manager/archive/release-23.05.tar.gz";
sha256 = "0rwzab51hnr6cmm1w5zmfh29gbkg6byv8jnr7frcv5kd6m8kna41";
sha256 = "0dfshsgj93ikfkcihf4c5z876h4dwjds998kvgv7sqbfv0z6a4bc";
};
customPolybar = pkgs.polybar.override {
alsaSupport = true;