mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-01-18 11:13:30 -05:00
153 current 2024-05-28 00:58:32 24.11.20240524.bfb7a88 6.9.1-zen1 *
This commit is contained in:
parent
d2d3205812
commit
75dae3595c
3 changed files with 10 additions and 6 deletions
|
@ -59,13 +59,15 @@
|
||||||
# font = "Lat2-Terminus16";
|
# font = "Lat2-Terminus16";
|
||||||
# keyMap = "us";
|
# keyMap = "us";
|
||||||
# useXkbConfig = true; # use xkb.options in tty.
|
# useXkbConfig = true; # use xkb.options in tty.
|
||||||
# };
|
|
||||||
services.xserver = {
|
# };
|
||||||
|
|
||||||
|
services.desktopManager.plasma6.enable = true;
|
||||||
|
services.xserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
displayManager.sddm = {
|
displayManager.sddm = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
desktopManager.plasma6.enable = true;
|
|
||||||
};
|
};
|
||||||
# Enable the X11 windowing system.
|
# Enable the X11 windowing system.
|
||||||
# servives.desktopManager.plasma6.enable = true;
|
# servives.desktopManager.plasma6.enable = true;
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
{ config, lib, pkgs, inputs, ... }:
|
{ config, lib, pkgs, inputs, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
_s1 = import ../../common/sops.nix { inherit config; };
|
||||||
files = import ../../common/files.nix { inherit config; };
|
files = import ../../common/files.nix { inherit config; };
|
||||||
shell = import ../../common/shell.nix { inherit config pkgs; };
|
shell = import ../../common/shell.nix { inherit config pkgs; };
|
||||||
p = import ../../common/pkgs.nix { inherit pkgs config; };
|
p = import ../../common/pkgs.nix { inherit pkgs config; };
|
||||||
|
@ -15,9 +16,10 @@ let
|
||||||
|
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
inputs.sops-nix.homeManagerModules.sops
|
inputs.sops-nix.homeManagerModules.sops
|
||||||
]
|
];
|
||||||
|
sops = _s1;
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
programs.zsh.oh-my-zsh.enable = true;
|
programs.zsh.oh-my-zsh.enable = true;
|
||||||
programs.zsh.initExtra = builtins.trace _z1 _z1;
|
programs.zsh.initExtra = builtins.trace _z1 _z1;
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 4af9d8ed011402606a382459e3d51acc5f44a95a
|
Subproject commit c8c07c75fd1c1b1761b2032b02235e83293f04c6
|
Loading…
Reference in a new issue