Refactor setup
This commit is contained in:
parent
b6b118f819
commit
a7e892635c
16 changed files with 124 additions and 210 deletions
|
|
@ -1,4 +1,5 @@
|
|||
{ config, pkgs, ... }: let usr = config.constants.userName; in {
|
||||
{ config, pkgs, ... }:
|
||||
let usr = config.constants.userName; in {
|
||||
home-manager.users.${usr} = {
|
||||
home.packages = with pkgs; [
|
||||
exactaudiocopy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue