mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
cont2
This commit is contained in:
parent
8258e82891
commit
31fb8f6a87
4 changed files with 6 additions and 4 deletions
|
|
@ -1,3 +1,6 @@
|
||||||
{
|
{
|
||||||
imports = [ ./desktopEnvironments ];
|
imports = [
|
||||||
|
./desktopEnvironments
|
||||||
|
./modules
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -17,13 +17,13 @@ in
|
||||||
HDMI-A-1 = {
|
HDMI-A-1 = {
|
||||||
resolution = "1920x1080";
|
resolution = "1920x1080";
|
||||||
position = "0,0";
|
position = "0,0";
|
||||||
bg = "/etc/nixos/src/modules/gui/wallpapers/mountains.jpg fill";
|
bg = "/etc/nixos/src/user/modules/gui/desktopEnvironments/wallpapers fill";
|
||||||
};
|
};
|
||||||
DP-1 = {
|
DP-1 = {
|
||||||
resolution = "1080x1920";
|
resolution = "1080x1920";
|
||||||
position = "1920,0";
|
position = "1920,0";
|
||||||
transform = "90";
|
transform = "90";
|
||||||
bg = "/etc/nixos/src/modules/gui/wallpapers/mountains.jpg fill";
|
bg = "/etc/nixos/src/user/modules/gui/desktopEnvironments/wallpapers fill";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
modifier = "Mod1";
|
modifier = "Mod1";
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,6 @@ let
|
||||||
|
|
||||||
in
|
in
|
||||||
{ options.modules.user.gui.sway = { enable = mkEnableOption "user.gui.sway"; };
|
{ options.modules.user.gui.sway = { enable = mkEnableOption "user.gui.sway"; };
|
||||||
imports = [ ../../modules ];
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
wayland.windowManager.sway = import ./config/sway.nix { inherit pkgs config lib; };
|
wayland.windowManager.sway = import ./config/sway.nix { inherit pkgs config lib; };
|
||||||
programs.rofi = import ./config/rofi.nix { inherit pkgs config lib; };
|
programs.rofi = import ./config/rofi.nix { inherit pkgs config lib; };
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 609 KiB After Width: | Height: | Size: 609 KiB |
Loading…
Add table
Add a link
Reference in a new issue