Compare commits

..

No commits in common. "57cd79eb551cebd5215275a46977efb41cfae253" and "6e028d6bc3ebcc812968a991b128cc1fe8daf902" have entirely different histories.

2 changed files with 1 additions and 8 deletions

View File

@ -19,10 +19,8 @@
android-studio
emacs
deepin.deepin-album
libreoffice
nomacs
vscodium
minetest
];
boot.loader = {
@ -40,10 +38,5 @@
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 = "0dfshsgj93ikfkcihf4c5z876h4dwjds998kvgv7sqbfv0z6a4bc";
sha256 = "0rwzab51hnr6cmm1w5zmfh29gbkg6byv8jnr7frcv5kd6m8kna41";
};
customPolybar = pkgs.polybar.override {
alsaSupport = true;