gigalint everything
This commit is contained in:
parent
2ce46f1cf5
commit
d4c31f8fd1
39 changed files with 499 additions and 398 deletions
|
|
@ -1,11 +1,14 @@
|
|||
{ pkgs, attrs, ... }:
|
||||
{
|
||||
pkgs,
|
||||
attrs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
../shared/programs/default.nix
|
||||
../shared/wayland/default.nix
|
||||
];
|
||||
home = {
|
||||
username = attrs.username;
|
||||
inherit (attrs) username;
|
||||
homeDirectory = "/home/" + attrs.username;
|
||||
packages = with pkgs; [
|
||||
# gaming
|
||||
|
|
@ -26,7 +29,6 @@
|
|||
# sysutils
|
||||
appimage-run
|
||||
wireguard-tools
|
||||
|
||||
];
|
||||
};
|
||||
programs.ssh = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue