no idea what I changed but im sure its fine
This commit is contained in:
parent
a448ce3f39
commit
23942b961e
8 changed files with 305 additions and 2 deletions
|
|
@ -142,12 +142,16 @@ in {
|
|||
];
|
||||
};
|
||||
|
||||
# Hint Electrons apps to use Wayland
|
||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
|
||||
# ---- SYSTEM PACKAGES -----
|
||||
environment.systemPackages = with pkgs; [
|
||||
# User Environment
|
||||
inputs.swww.packages.${pkgs.system}.swww
|
||||
helvum
|
||||
easyeffects
|
||||
pavucontrol
|
||||
ani-cli
|
||||
wl-clipboard # clipboard for wayland
|
||||
hyprpicker
|
||||
|
|
@ -167,7 +171,7 @@ in {
|
|||
zoxide
|
||||
doggo
|
||||
tldr
|
||||
btop
|
||||
#btop
|
||||
|
||||
# Pretty necessary
|
||||
git
|
||||
|
|
@ -181,6 +185,22 @@ in {
|
|||
unzip
|
||||
];
|
||||
|
||||
# DEBUG: configuring xdg portal here instead?
|
||||
# REFERENCE: https://discourse.nixos.org/t/hyprland-screen-sharing/43658
|
||||
#xdg.portal = {
|
||||
# enable = true;
|
||||
# xdgOpenUsePortal = true;
|
||||
# config = {
|
||||
# common.default = ["gtk"];
|
||||
# hyprland.default = ["gtk" "hyprland"];
|
||||
# };
|
||||
# extraPortals = with pkgs; [
|
||||
# #xdg-desktop-portal-gtk
|
||||
# #xdg-desktop-portal-wlr
|
||||
# xdg-desktop-portal-hyprland
|
||||
# ];
|
||||
#};
|
||||
|
||||
# Enable the use of certain programs
|
||||
programs = {
|
||||
hyprland = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue