waybar 等桌面配置

This commit is contained in:
Sense T
2023-06-21 16:11:21 +08:00
parent dfc329ccc9
commit 87578211ba
10 changed files with 412 additions and 12 deletions

View File

@@ -27,13 +27,17 @@
};
};
};
pipewire = {
enable = true;
alsa.enable = true;
pulse.enable = true;
};
};
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
kitty
rofi
hyprland-protocols
hyprland-share-picker
xdg-desktop-portal-hyprland

View File

@@ -5,7 +5,6 @@
security.sudo.wheelNeedsPassword = false;
hardware = {
pulseaudio.enable = true;
opengl.enable = true;
};

View File

@@ -10,6 +10,7 @@
"wheel"
"input"
];
hashedPassword = ""; # Login directly
};
};
};