Add hyprland

This commit is contained in:
2023-02-07 22:39:09 +00:00
parent 3291b955fd
commit e7162873d1
6 changed files with 304 additions and 3 deletions

View File

@@ -25,6 +25,13 @@ in {
experimental-features = nix-command flakes
warn-dirty = false
'';
settings = {
substituters = [
"https://hyprland.cachix.org"
];
trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="];
};
};
# Set time zone.
@@ -48,13 +55,14 @@ in {
hardware.cpu.intel.updateMicrocode = true;
users.users."${defaultUser}" = mkUser defaultUser;
xdg.portal.wlr.enable = true;
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
curl
fd
firefox
firefox-wayland
fzf
gcc
git

View File

@@ -12,6 +12,7 @@
services.blueman.enable = true;
networking.networkmanager.enable = true;
programs.nm-applet.enable = true;
programs.partition-manager.enable = true;
age.secrets = {
age_identity = {
@@ -71,7 +72,7 @@ SUBSYSTEM="usb", ATTRS{idVendor}=="2e8a", ATTRS{idProduct}=="0003", MODE="0666"
};
desktopManager = {
plasma5.enable = true;
# plasma5.enable = true;
};
};
};