mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 13:46:11 +01:00
last migration from old nix config
This commit is contained in:
@@ -296,6 +296,7 @@
|
||||
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
# exec-once=zsh $HOME/.config/hypr/autostart.sh
|
||||
exec-once = waybar
|
||||
exec-once = keepassxc
|
||||
|
||||
#############################
|
||||
### ENVIRONMENT VARIABLES ###
|
||||
@@ -403,6 +404,7 @@
|
||||
|
||||
cursor {
|
||||
no_hardware_cursors = true
|
||||
inactive_timeout = 5
|
||||
}
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#animations
|
||||
|
||||
8
home/system/rofi.nix
Normal file
8
home/system/rofi.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ lib, pkgs, ... }: {
|
||||
programs.rofi = {
|
||||
enable = true;
|
||||
package = pkgs.rofi-wayland;
|
||||
location = "center";
|
||||
theme = lib.mkForce ../configs/rose-pine.rasi;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user