Add hyprland
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user