mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
hyprland tweaks
This commit is contained in:
parent
49fa6f0b7e
commit
6454f8c69c
6 changed files with 50 additions and 36 deletions
|
@ -1,9 +1,15 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./hyprpaper.nix ./session.nix ./waybar.nix
|
||||
./hyprpaper.nix
|
||||
./session.nix
|
||||
./waybar.nix
|
||||
];
|
||||
wayland.windowManager.hyprland.enable = true;
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
extraConfig = builtins.readFile ./hyprland.conf; # todo nix config when available
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
GRIM_DEFAULT_DIR = "~/Pictures/Screenshots/";
|
||||
};
|
||||
|
@ -19,8 +25,6 @@
|
|||
];
|
||||
|
||||
xdg.configFile = {
|
||||
"hypr/hyprland.conf".source = ./hyprland.conf;
|
||||
|
||||
"wofi/config".text = ''
|
||||
allow_images = true
|
||||
term = alacritty
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
monitor=eDP-1, 1920x1080, 0x0, 1
|
||||
|
||||
# manually start the systemd target
|
||||
exec-once = systemctl --user start hyprland-session.target
|
||||
|
||||
|
||||
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
||||
input {
|
||||
kb_layout = us
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
pcmanfm # rock solid file manager
|
||||
xdg-utils # used for xdg-open
|
||||
snapper-gui
|
||||
comma # run any command
|
||||
comma # run any command
|
||||
kleopatra
|
||||
python310Packages.pyhanko
|
||||
|
||||
|
@ -68,6 +68,7 @@
|
|||
})
|
||||
];
|
||||
|
||||
programs.obs-studio.enable = true;
|
||||
|
||||
xdg.mimeApps = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue