mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
moving towards modules...
This commit is contained in:
parent
32bf78aa36
commit
f911f3f44d
18 changed files with 288 additions and 237 deletions
|
|
@ -6,7 +6,7 @@ inputs: {
|
|||
}: {
|
||||
imports = [
|
||||
# (import ../imports/boot.nix inputs)
|
||||
(import ../../imports/dwm.nix inputs)
|
||||
#(import ../../imports/dwm.nix inputs)
|
||||
(import ../../imports/fonts.nix inputs)
|
||||
(import ../../imports/git.nix inputs)
|
||||
(import ../../imports/packages.nix inputs)
|
||||
|
|
@ -23,8 +23,13 @@ inputs: {
|
|||
|
||||
localModules = {
|
||||
sxhkd.enable = true;
|
||||
dwm.enable = true;
|
||||
lightdm.enable = true;
|
||||
autoLogin.enable = true;
|
||||
};
|
||||
|
||||
services.gvfs.enable = true; #gvfs for pcmanfm
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
webcord # talk to people (gross)
|
||||
bitwarden #store stuff
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue