squihe
This commit is contained in:
parent
12d1a2bfb6
commit
12f3f9050d
2 changed files with 3 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{pkgs, ...}: {
|
||||
{pkgs, lib, inputs, config, ...}: {
|
||||
users.users.vy.packages = with pkgs; [
|
||||
audacity
|
||||
cosmic-store
|
||||
|
|
@ -36,6 +36,7 @@
|
|||
users.users.vy = {
|
||||
isNormalUser = true;
|
||||
extraGroups = ["wheel" "audio" "video"];
|
||||
shell = pkgs.nushell;
|
||||
};
|
||||
|
||||
users.users.root.openssh.authorizedKeys.keys = [
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
inputs,
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
}: {
|
||||
programs = {
|
||||
bat = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue