Merge branch 'flake' of https://git.atagen.co/atagen/nix into flake
This commit is contained in:
commit
5c3b5277e8
3 changed files with 161 additions and 0 deletions
|
@ -128,4 +128,6 @@ bind=,XF86AudioStop,exec,playerctl stop
|
|||
bind=,XF86AudioPlay,exec,playerctl play-pause
|
||||
bind=,XF86AudioPrev,exec,playerctl previous
|
||||
bind=,XF86AudioNext,exec,playerctl next
|
||||
bind=,XF86MonBrightnessUp,exec,brightnessctl,s +10%
|
||||
bind=,XF86MonBrightnessDown,exec,brightnessctl,s -10%
|
||||
|
||||
|
|
17
home/plank.nix
Normal file
17
home/plank.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
inputs,
|
||||
outputs,
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./home.nix
|
||||
];
|
||||
|
||||
home = {
|
||||
username = "plank";
|
||||
homeDirectory = "/home/plank";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue