Compare commits
No commits in common. "ea0019478cf1be50994f2f71043dade02829dde3" and "d81eed1573e5a025fd79c08f94bf4a34c5c661c7" have entirely different histories.
ea0019478c
...
d81eed1573
2 changed files with 6 additions and 27 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# your system. Help is available in the configuration.nix(5) man page
|
||||
# and in the NixOS manual (accessible by running ‘nixos-help’).
|
||||
|
||||
{ config, pkgs, lib, ... }:
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
|
|
@ -77,38 +77,12 @@
|
|||
services.zerotierone.enable = true;
|
||||
services.zerotierone.joinNetworks = [ "b3ce837c63" "363c67c55a726a89" ];
|
||||
|
||||
# nix-ld
|
||||
programs.nix-ld.enable = true;
|
||||
programs.nix-ld.libraries = with pkgs; [
|
||||
libGL
|
||||
SDL2
|
||||
];
|
||||
|
||||
# Firejail
|
||||
programs.firejail = {
|
||||
enable = true;
|
||||
wrappedBinaries =
|
||||
let
|
||||
apps = {
|
||||
firefox = {};
|
||||
"signal-desktop-bin" = { name = "signal-desktop"; };
|
||||
vesktop = {};
|
||||
spotify = {};
|
||||
obsidian = {};
|
||||
};
|
||||
in
|
||||
lib.mapAttrs (pkg: conf:
|
||||
let
|
||||
binName = conf.name or pkg;
|
||||
in
|
||||
{
|
||||
executable = "${pkgs.${pkg}}/bin/${binName}";
|
||||
profile = "${pkgs.firejail}/etc/firejail/${binName}.profile";
|
||||
extraArgs = [
|
||||
"--env=GTK_THEME=Adwaita:dark"
|
||||
];
|
||||
}) apps;
|
||||
};
|
||||
|
||||
# Enable the X11 windowing system.
|
||||
# You can disable this if you're only using the Wayland session.
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
home.packages = with pkgs; [
|
||||
neovim
|
||||
fastfetch
|
||||
firefox
|
||||
git
|
||||
cava
|
||||
kdePackages.qtwebsockets
|
||||
|
|
@ -13,11 +14,13 @@
|
|||
python313Packages.websockets
|
||||
python313Packages.requests # basic python test env
|
||||
]))
|
||||
signal-desktop-bin
|
||||
simplex-chat-desktop
|
||||
qbittorrent
|
||||
ffmpeg
|
||||
yt-dlp
|
||||
prismlauncher
|
||||
vesktop
|
||||
keepassxc
|
||||
obs-studio
|
||||
mpv
|
||||
|
|
@ -35,6 +38,8 @@
|
|||
})
|
||||
woeusb-ng
|
||||
ntfs3g
|
||||
obsidian
|
||||
spotify
|
||||
];
|
||||
|
||||
home.file = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue