configure sway
This commit is contained in:
parent
61ecbd9721
commit
f9138672e8
17 changed files with 322 additions and 25 deletions
|
|
@ -1,11 +1,10 @@
|
|||
{ config, lib, pkgs, home-manager, ... }:
|
||||
|
||||
let
|
||||
inherit (lib) mkEnableOption mkIf;
|
||||
cfg = config.users.mara;
|
||||
in
|
||||
|
||||
with lib;
|
||||
|
||||
{
|
||||
options.users.mara.enable = mkEnableOption "Enable the user Mara";
|
||||
|
||||
|
|
@ -22,6 +21,7 @@ with lib;
|
|||
username = "mara";
|
||||
homeDirectory = "/home/mara";
|
||||
};
|
||||
custom.backgroundDir = config.home.homeDirectory + "/Pictures/Archive/Wallpaper/Landscape";
|
||||
};
|
||||
|
||||
programs.fish.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue