configs: structure fixup
This commit is contained in:
parent
70f30c679c
commit
33e20b8685
@ -21,6 +21,7 @@
|
|||||||
imports = # Home Manager Modules
|
imports = # Home Manager Modules
|
||||||
(import ../modules/editors) ++
|
(import ../modules/editors) ++
|
||||||
(import ../modules/programs) ++
|
(import ../modules/programs) ++
|
||||||
|
(import ../modules/programs/configs) ++
|
||||||
(import ../modules/services) ++
|
(import ../modules/services) ++
|
||||||
(import ../modules/shell);
|
(import ../modules/shell);
|
||||||
|
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
hwdec=vaapi
|
|
||||||
vo=gpu
|
|
||||||
hwdec-codecs=all
|
|
||||||
gpu-context=wayland
|
|
||||||
#profile=gpu-hq
|
|
@ -10,7 +10,7 @@
|
|||||||
# └─ mpv.nix *
|
# └─ mpv.nix *
|
||||||
#
|
#
|
||||||
|
|
||||||
{ config, lib, pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
home.file = {
|
home.file = {
|
||||||
@ -20,5 +20,6 @@
|
|||||||
hwdec-codecs=all
|
hwdec-codecs=all
|
||||||
gpu-context=wayland
|
gpu-context=wayland
|
||||||
#profile=gpu-hq
|
#profile=gpu-hq
|
||||||
'';
|
'';
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
@ -14,7 +14,6 @@
|
|||||||
./alacritty.nix
|
./alacritty.nix
|
||||||
./rofi.nix
|
./rofi.nix
|
||||||
./firefox.nix
|
./firefox.nix
|
||||||
./configs
|
|
||||||
#./waybar.nix
|
#./waybar.nix
|
||||||
#./games.nix
|
#./games.nix
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user