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