mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 19:55:08 +01:00
cleanup
This commit is contained in:
parent
e0d39b3093
commit
59783acdde
3 changed files with 4 additions and 10 deletions
|
|
@ -19,9 +19,6 @@
|
||||||
|
|
||||||
jujutsu.url = "github:martinvonz/jj";
|
jujutsu.url = "github:martinvonz/jj";
|
||||||
jujutsu.inputs.nixpkgs.follows = "nixpkgs";
|
jujutsu.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
# TODO: Add any other flake you might need
|
|
||||||
# hardware.url = "github:nixos/nixos-hardware";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { nixpkgs, home-manager, nur, ... }@inputs: {
|
outputs = { nixpkgs, home-manager, nur, ... }@inputs: {
|
||||||
|
|
|
||||||
|
|
@ -103,12 +103,12 @@
|
||||||
name = "riverdelta";
|
name = "riverdelta";
|
||||||
version = "0.1.0";
|
version = "0.1.0";
|
||||||
src = builtins.fetchGit {
|
src = builtins.fetchGit {
|
||||||
url = "https://github.com/Nilstrieb/riverdelta";
|
url = "https://github.com/Noratrieb/riverdelta";
|
||||||
rev = "64d81b56084d9a7663517b367b4533fb8ea83a92";
|
rev = "64d81b56084d9a7663517b367b4533fb8ea83a92";
|
||||||
};
|
};
|
||||||
vscodeExtPublisher = "Nilstrieb";
|
vscodeExtPublisher = "Noratrieb";
|
||||||
vscodeExtName = "riverdelta";
|
vscodeExtName = "riverdelta";
|
||||||
vscodeExtUniqueId = "Nilstrieb.riverdelta";
|
vscodeExtUniqueId = "Noratrieb.riverdelta";
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
runHook preBuild;
|
runHook preBuild;
|
||||||
cd ./vscode
|
cd ./vscode
|
||||||
|
|
|
||||||
|
|
@ -170,7 +170,6 @@ in
|
||||||
services.systembus-notify.enable = true;
|
services.systembus-notify.enable = true;
|
||||||
|
|
||||||
# Enable sound with pipewire.
|
# Enable sound with pipewire.
|
||||||
sound.enable = true;
|
|
||||||
hardware.pulseaudio.enable = false;
|
hardware.pulseaudio.enable = false;
|
||||||
security.rtkit.enable = true;
|
security.rtkit.enable = true;
|
||||||
services.pipewire = {
|
services.pipewire = {
|
||||||
|
|
@ -194,7 +193,6 @@ in
|
||||||
useRoutingFeatures = "both";
|
useRoutingFeatures = "both";
|
||||||
};
|
};
|
||||||
|
|
||||||
# TODO: Configure your system-wide user settings (groups, etc), add more users as needed.
|
|
||||||
users = {
|
users = {
|
||||||
users = {
|
users = {
|
||||||
nora = {
|
nora = {
|
||||||
|
|
@ -202,7 +200,6 @@ in
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
home = "/home/nora";
|
home = "/home/nora";
|
||||||
openssh.authorizedKeys.keys = [
|
openssh.authorizedKeys.keys = [
|
||||||
# TODO: Add your SSH public key(s) here, if you plan on using SSH to connect
|
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG0n1ikUG9rYqobh7WpAyXrqZqxQoQ2zNJrFPj12gTpP"
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG0n1ikUG9rYqobh7WpAyXrqZqxQoQ2zNJrFPj12gTpP"
|
||||||
];
|
];
|
||||||
extraGroups = [ "wheel" "networkmanager" "audio" "libvirtd" ];
|
extraGroups = [ "wheel" "networkmanager" "audio" "libvirtd" ];
|
||||||
|
|
@ -214,7 +211,7 @@ in
|
||||||
};
|
};
|
||||||
extraGroups = {
|
extraGroups = {
|
||||||
vboxusers = {
|
vboxusers = {
|
||||||
#members = [ "nils" ];
|
#members = [ "nora" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue