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
|
# your system. Help is available in the configuration.nix(5) man page
|
||||||
# and in the NixOS manual (accessible by running ‘nixos-help’).
|
# and in the NixOS manual (accessible by running ‘nixos-help’).
|
||||||
|
|
||||||
{ config, pkgs, lib, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports =
|
imports =
|
||||||
|
|
@ -77,38 +77,12 @@
|
||||||
services.zerotierone.enable = true;
|
services.zerotierone.enable = true;
|
||||||
services.zerotierone.joinNetworks = [ "b3ce837c63" "363c67c55a726a89" ];
|
services.zerotierone.joinNetworks = [ "b3ce837c63" "363c67c55a726a89" ];
|
||||||
|
|
||||||
# nix-ld
|
|
||||||
programs.nix-ld.enable = true;
|
programs.nix-ld.enable = true;
|
||||||
programs.nix-ld.libraries = with pkgs; [
|
programs.nix-ld.libraries = with pkgs; [
|
||||||
libGL
|
libGL
|
||||||
SDL2
|
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.
|
# Enable the X11 windowing system.
|
||||||
# You can disable this if you're only using the Wayland session.
|
# You can disable this if you're only using the Wayland session.
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
neovim
|
neovim
|
||||||
fastfetch
|
fastfetch
|
||||||
|
firefox
|
||||||
git
|
git
|
||||||
cava
|
cava
|
||||||
kdePackages.qtwebsockets
|
kdePackages.qtwebsockets
|
||||||
|
|
@ -13,11 +14,13 @@
|
||||||
python313Packages.websockets
|
python313Packages.websockets
|
||||||
python313Packages.requests # basic python test env
|
python313Packages.requests # basic python test env
|
||||||
]))
|
]))
|
||||||
|
signal-desktop-bin
|
||||||
simplex-chat-desktop
|
simplex-chat-desktop
|
||||||
qbittorrent
|
qbittorrent
|
||||||
ffmpeg
|
ffmpeg
|
||||||
yt-dlp
|
yt-dlp
|
||||||
prismlauncher
|
prismlauncher
|
||||||
|
vesktop
|
||||||
keepassxc
|
keepassxc
|
||||||
obs-studio
|
obs-studio
|
||||||
mpv
|
mpv
|
||||||
|
|
@ -35,6 +38,8 @@
|
||||||
})
|
})
|
||||||
woeusb-ng
|
woeusb-ng
|
||||||
ntfs3g
|
ntfs3g
|
||||||
|
obsidian
|
||||||
|
spotify
|
||||||
];
|
];
|
||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue