Improve Ubuntu config
This commit is contained in:
parent
8b87b06972
commit
b43c58c514
284 changed files with 388 additions and 220 deletions
16
configs/home/full.nix
Normal file
16
configs/home/full.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./cli.nix
|
||||
./xmonad.nix
|
||||
./gui.nix
|
||||
./dev.nix
|
||||
./email.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
i3lock
|
||||
];
|
||||
|
||||
picom.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue