refactor(i3): move config to separate directory
This commit is contained in:
parent
70a5a3a702
commit
a2cc8c3841
3 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,10 @@
|
|||
{ config, lib, pkgs, user, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./i3status-rust.nix
|
||||
];
|
||||
|
||||
xsession.windowManager.i3 = {
|
||||
enable = true;
|
||||
config = {
|
Loading…
Add table
Add a link
Reference in a new issue