Skip to content

Commit

Permalink
Change profile to i3
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiyq Widianto committed Sep 18, 2020
1 parent bd22d91 commit 2fe3b05
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
7 changes: 6 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@
(import ./hosts/nixos)

inputs.home.nixosModules.home-manager
(import ./modules/core.nix)
(import ./users/home.nix)
(import ./users/misc.nix)
(import ./users/programs/core.nix)
(import ./users/programs/x11.nix)
(import ./users/services.nix)
(import ./users/window-managers/i3.nix)

inputs.nixpkgs.nixosModules.notDetected
];
Expand Down
2 changes: 1 addition & 1 deletion modules/xserver.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
displayManager.lightdm.enable = true;
displayManager.lightdm.autoLogin = {
enable = true;
user = "abcdw";
user = "rafiyq";
};
displayManager.session = [{
manage = "desktop";
Expand Down
3 changes: 1 addition & 2 deletions users/window-managers/i3.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{ config, lib, pkgs, ... }:
{ config, lib, pkgs, ... }: {

{
home-manager.users.rafiyq = {
xsession.enable = true;
xsession.windowManager.i3 = rec {
Expand Down

0 comments on commit 2fe3b05

Please sign in to comment.