linger + apps
This commit is contained in:
parent
a64a6e5b38
commit
b3b1ffbaa5
1
jawz.nix
1
jawz.nix
@ -15,6 +15,7 @@
|
|||||||
"git_private_keys/${config.networking.hostName}" = keyConfig "ed25519_git";
|
"git_private_keys/${config.networking.hostName}" = keyConfig "ed25519_git";
|
||||||
};
|
};
|
||||||
users.users.jawz = {
|
users.users.jawz = {
|
||||||
|
linger = true;
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
hashedPasswordFile = config.sops.secrets.jawz-password.path;
|
hashedPasswordFile = config.sops.secrets.jawz-password.path;
|
||||||
extraGroups = [
|
extraGroups = [
|
||||||
|
|||||||
@ -17,6 +17,7 @@
|
|||||||
citra-nightly =
|
citra-nightly =
|
||||||
pkgs.callPackage ../../pkgs/citra/default.nix { branch = "nightly"; };
|
pkgs.callPackage ../../pkgs/citra/default.nix { branch = "nightly"; };
|
||||||
in (with pkgs; [
|
in (with pkgs; [
|
||||||
|
shipwright # zelda OoT port
|
||||||
mangohud # fps & stats overlay
|
mangohud # fps & stats overlay
|
||||||
lutris # games launcher & emulator hub
|
lutris # games launcher & emulator hub
|
||||||
cartridges # games launcher
|
cartridges # games launcher
|
||||||
|
|||||||
@ -12,6 +12,7 @@
|
|||||||
users.users.jawz.packages =
|
users.users.jawz.packages =
|
||||||
let vdhcoapp = pkgs.callPackage ../../pkgs/vdhcoapp/default.nix { };
|
let vdhcoapp = pkgs.callPackage ../../pkgs/vdhcoapp/default.nix { };
|
||||||
in (with pkgs; [
|
in (with pkgs; [
|
||||||
|
# gpt4all
|
||||||
nextcloud-client # self-hosted google-drive alternative
|
nextcloud-client # self-hosted google-drive alternative
|
||||||
fragments # beautiful torrent client
|
fragments # beautiful torrent client
|
||||||
protonmail-bridge # bridge for protonmail
|
protonmail-bridge # bridge for protonmail
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user