mirror of
https://github.com/blahai/nyx.git
synced 2025-06-14 21:33:01 -04:00
A lot of changes I cba to document
This commit is contained in:
parent
895247fd68
commit
3f62b901bd
7 changed files with 162 additions and 114 deletions
|
@ -82,19 +82,21 @@
|
|||
hardware.pulseaudio.enable = false;
|
||||
security.rtkit.enable = true;
|
||||
|
||||
users.users.pingu = {
|
||||
isNormalUser = true;
|
||||
description = "Elissa";
|
||||
extraGroups = [ "networkmanager" "wheel" "input" "render" ];
|
||||
shell = pkgs.fish;
|
||||
packages = with pkgs; [
|
||||
floorp
|
||||
vesktop
|
||||
equibop
|
||||
element-desktop
|
||||
alacritty
|
||||
kitty
|
||||
];
|
||||
users.users = {
|
||||
pingu = {
|
||||
isNormalUser = true;
|
||||
description = "Elissa";
|
||||
extraGroups = [ "networkmanager" "wheel" "input" "render" ];
|
||||
shell = pkgs.fish;
|
||||
packages = with pkgs; [
|
||||
floorp
|
||||
vesktop
|
||||
equibop
|
||||
element-desktop
|
||||
alacritty
|
||||
kitty
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
home-manager = {
|
||||
|
@ -199,7 +201,6 @@
|
|||
]);
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
inputs.matugen.packages."${pkgs.system}".default
|
||||
nautilus
|
||||
diff-so-fancy
|
||||
eog
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue