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; [
|
users.users.vy.packages = with pkgs; [
|
||||||
audacity
|
audacity
|
||||||
cosmic-store
|
cosmic-store
|
||||||
|
|
@ -36,6 +36,7 @@
|
||||||
users.users.vy = {
|
users.users.vy = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = ["wheel" "audio" "video"];
|
extraGroups = ["wheel" "audio" "video"];
|
||||||
|
shell = pkgs.nushell;
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users.root.openssh.authorizedKeys.keys = [
|
users.users.root.openssh.authorizedKeys.keys = [
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
inputs,
|
inputs,
|
||||||
lib,
|
lib,
|
||||||
...
|
...
|
||||||
}: let
|
}: {
|
||||||
programs = {
|
programs = {
|
||||||
bat = {
|
bat = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue