Compare commits
No commits in common. "57cd79eb551cebd5215275a46977efb41cfae253" and "6e028d6bc3ebcc812968a991b128cc1fe8daf902" have entirely different histories.
57cd79eb55
...
6e028d6bc3
|
@ -19,10 +19,8 @@
|
||||||
android-studio
|
android-studio
|
||||||
emacs
|
emacs
|
||||||
deepin.deepin-album
|
deepin.deepin-album
|
||||||
libreoffice
|
|
||||||
nomacs
|
nomacs
|
||||||
vscodium
|
vscodium
|
||||||
minetest
|
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.loader = {
|
boot.loader = {
|
||||||
|
@ -40,10 +38,5 @@
|
||||||
programs.dconf.enable = true;
|
programs.dconf.enable = true;
|
||||||
users.users.usr.extraGroups = [ "libvirtd" ];
|
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";
|
networking.hostName = "mlg";
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
let
|
let
|
||||||
home-manager = builtins.fetchTarball {
|
home-manager = builtins.fetchTarball {
|
||||||
url = "https://github.com/nix-community/home-manager/archive/release-23.05.tar.gz";
|
url = "https://github.com/nix-community/home-manager/archive/release-23.05.tar.gz";
|
||||||
sha256 = "0dfshsgj93ikfkcihf4c5z876h4dwjds998kvgv7sqbfv0z6a4bc";
|
sha256 = "0rwzab51hnr6cmm1w5zmfh29gbkg6byv8jnr7frcv5kd6m8kna41";
|
||||||
};
|
};
|
||||||
customPolybar = pkgs.polybar.override {
|
customPolybar = pkgs.polybar.override {
|
||||||
alsaSupport = true;
|
alsaSupport = true;
|
||||||
|
|
Loading…
Reference in New Issue