Skip to content

Commit

Permalink
boreal: fix i3 disappearing from login manager
Browse files Browse the repository at this point in the history
hadn't updated the desktop in a while
  • Loading branch information
alarsyo committed Nov 6, 2024
1 parent 0088a8f commit 632f7a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hosts/boreal/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
ntfs = true;
};

services.xserver.windowManager.i3.enable = true;

services.btrfs = {
autoScrub = {
enable = true;
Expand Down
1 change: 1 addition & 0 deletions hosts/boreal/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

# Keyboard settings & i3 settings
my.home.x.enable = true;
my.home.x.i3.enable = true;
my.home.x.i3bar.temperature.chip = "k10temp-pci-*";
my.home.x.i3bar.temperature.inputs = ["Tccd1"];
my.home.x.i3bar.networking.throughput_interfaces = ["enp8s0" "wlp4s0"];
Expand Down

0 comments on commit 632f7a1

Please sign in to comment.