Started adding a hyprland config

This commit is contained in:
Tyler Mayoff 2025-04-08 18:36:48 -04:00
parent a7c110a684
commit e5f1f9beaf
4 changed files with 58 additions and 3 deletions

View file

@ -1,4 +1,5 @@
{
inputs,
outputs,
pkgs,
...
@ -77,7 +78,7 @@
};
services.desktopManager.cosmic.enable = true;
services.displayManager.cosmic-greeter.enable = true;
services.xserver.displayManager.gdm.enable = true;
# Configure keymap in X11
services.xserver.xkb = {
@ -134,7 +135,7 @@
};
environment.systemPackages = with pkgs; [
unstable.bitwarden-desktop
inputs.nixpkgs-bitwarden.legacyPackages.x86_64-linux.bitwarden-desktop
sqlite
vscode.fhs
lm_sensors

View file

@ -8,6 +8,8 @@
# ../../home/waybar/mechabar
# ../../home/sway
# ../../home/hyprland
../../home/home-backup.nix
../../home/gui.nix
@ -26,4 +28,9 @@
stateVersion = "23.11";
};
xdg.portal = {
enable = true;
extraPortals = [pkgs.xdg-desktop-portal-gtk];
};
}