Updates
This commit is contained in:
parent
6d5c770634
commit
dc668023cc
3 changed files with 7 additions and 4 deletions
home-manager/common/desktops/plasma6
nixos
|
@ -77,7 +77,7 @@
|
|||
config = {
|
||||
General.launchers = [
|
||||
"applications:org.kde.dolphin.desktop"
|
||||
"applications:firefox.desktop"
|
||||
"applications:librewolf.desktop"
|
||||
"applications:bitwarden.desktop"
|
||||
"applications:org.kde.konsole.desktop"
|
||||
"applications:steam.desktop"
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
{ ... }: {
|
||||
{ pkgs-unstable, ... }: {
|
||||
programs.alvr = {
|
||||
enable = true;
|
||||
package = pkgs-unstable.alvr;
|
||||
openFirewall = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = [ pkgs-unstable.android-tools ];
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ inputs, hostname, lib, modulesPath, ... }: let
|
||||
ip_home = "89.64.81.127";
|
||||
ip_bfl = "97.71.91.121";
|
||||
ip_waw = "172.185.76.221";
|
||||
ip_bfl = "97.71.91.121";
|
||||
ip_waw = "172.185.76.221";
|
||||
in {
|
||||
imports = [
|
||||
inputs.ip-whitelist.nixosModules.default
|
||||
|
|
Loading…
Add table
Reference in a new issue