Migrate to AwesomeWM + refactor
This commit is contained in:
parent
fbf69b086a
commit
bb8ffbc999
20 changed files with 613 additions and 31 deletions
27
home-manager/sajenim/features/desktop/default.nix
Normal file
27
home-manager/sajenim/features/desktop/default.nix
Normal file
|
@ -0,0 +1,27 @@
|
|||
{ inputs, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./awesome
|
||||
./discord
|
||||
./rofi
|
||||
./wezterm
|
||||
|
||||
./email.nix
|
||||
./irc.nix
|
||||
./mpd.nix
|
||||
./picom.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
feh
|
||||
];
|
||||
|
||||
home.file = {
|
||||
".local/share/fonts" = {
|
||||
recursive = true;
|
||||
source = "${inputs.self}/pkgs/patched-fonts";
|
||||
};
|
||||
".xinitrc".source = ./xinitrc;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue