mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-19 18:14:04 +05:30
Updated system (& temp remove stuff that doesn't build)
This commit is contained in:
parent
2b5c68a6c6
commit
6aafa4a6af
5 changed files with 61 additions and 57 deletions
|
@ -35,6 +35,7 @@ in
|
|||
exec-once = dbus-update-activation-environment --systemd DISPLAY XAUTHORITY WAYLAND_DISPLAY XDG_SESSION_DESKTOP=Hyprland XDG_CURRENT_DESKTOP=Hyprland XDG_SESSION_TYPE=wayland
|
||||
exec-once = hyprctl setcursor '' + config.gtk.cursorTheme.name + " " + builtins.toString config.gtk.cursorTheme.size + ''
|
||||
|
||||
exec-once = sleep 10 && nextcloud
|
||||
exec-once = iio-hyprland
|
||||
env = NIXOS_OZONE_WL,1
|
||||
env = XDG_CURRENT_DESKTOP,Hyprland
|
||||
|
@ -53,6 +54,7 @@ in
|
|||
exec-once = hyprprofile Default
|
||||
|
||||
exec-once = ydotoold
|
||||
exec-once = sleep 10 && caffeine
|
||||
#exec-once = STEAM_FRAME_FORCE_CLOSE=1 steam -silent
|
||||
exec-once = nm-applet
|
||||
exec-once = blueman-applet
|
||||
|
@ -423,6 +425,7 @@ in
|
|||
};
|
||||
|
||||
home.packages = (with pkgs; [
|
||||
caffeine-ng
|
||||
alacritty
|
||||
kitty
|
||||
feh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue