Politiskt beslut
This commit is contained in:
parent
056e063708
commit
dbf3a35cee
1 changed files with 17 additions and 41 deletions
|
@ -21,7 +21,7 @@
|
||||||
../shared/firefox.nix
|
../shared/firefox.nix
|
||||||
../shared/zathura.nix
|
../shared/zathura.nix
|
||||||
../shared/lazygit.nix
|
../shared/lazygit.nix
|
||||||
../shared/spotifyd.nix
|
# ../shared/spotifyd.nix
|
||||||
../shared/ssh.nix
|
../shared/ssh.nix
|
||||||
../shared/aerc.nix
|
../shared/aerc.nix
|
||||||
../shared/rbw.nix
|
../shared/rbw.nix
|
||||||
|
@ -31,6 +31,8 @@
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
overlays = [];
|
overlays = [];
|
||||||
config = {
|
config = {
|
||||||
|
# allowUnfree = false;
|
||||||
|
# allowUnfreePredicate = _: false;
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
allowUnfreePredicate = _: true;
|
allowUnfreePredicate = _: true;
|
||||||
permittedInsecurePackages = [
|
permittedInsecurePackages = [
|
||||||
|
@ -70,7 +72,6 @@
|
||||||
pavucontrol
|
pavucontrol
|
||||||
fd
|
fd
|
||||||
bat
|
bat
|
||||||
steam-run
|
|
||||||
appimage-run
|
appimage-run
|
||||||
bluez
|
bluez
|
||||||
bluez-tools
|
bluez-tools
|
||||||
|
@ -85,37 +86,20 @@
|
||||||
ghorg
|
ghorg
|
||||||
libsixel
|
libsixel
|
||||||
valgrind
|
valgrind
|
||||||
gnupg
|
soulseekqt
|
||||||
(pass.withExtensions (ext: with ext; [pass-import]))
|
|
||||||
|
|
||||||
#Terminal
|
#Terminal
|
||||||
deno
|
|
||||||
jira-cli-go
|
|
||||||
jq
|
jq
|
||||||
|
|
||||||
vscode
|
|
||||||
|
|
||||||
sc-im
|
|
||||||
gnuplot
|
gnuplot
|
||||||
bison
|
|
||||||
tesseract
|
|
||||||
qrencode
|
qrencode
|
||||||
texliveFull
|
texliveFull
|
||||||
freecad
|
|
||||||
|
|
||||||
vdirsyncer
|
|
||||||
todoist
|
|
||||||
todoman
|
|
||||||
calcure
|
|
||||||
python311Packages.urwid
|
python311Packages.urwid
|
||||||
python311Packages.numpy
|
python311Packages.numpy
|
||||||
python311Packages.matplotlib
|
python311Packages.matplotlib
|
||||||
signal-cli
|
|
||||||
scli
|
|
||||||
sysz
|
sysz
|
||||||
betterlockscreen
|
betterlockscreen
|
||||||
pyradio
|
|
||||||
haskellPackages.patat
|
|
||||||
gh
|
gh
|
||||||
git
|
git
|
||||||
tmux
|
tmux
|
||||||
|
@ -123,7 +107,6 @@
|
||||||
yt-dlp
|
yt-dlp
|
||||||
fzf
|
fzf
|
||||||
ripgrep
|
ripgrep
|
||||||
fw-pkgs.spotify-player
|
|
||||||
alsa-lib
|
alsa-lib
|
||||||
libdbusmenu
|
libdbusmenu
|
||||||
xorg.libxcb
|
xorg.libxcb
|
||||||
|
@ -136,46 +119,39 @@
|
||||||
rustup
|
rustup
|
||||||
openssl
|
openssl
|
||||||
pkg-config
|
pkg-config
|
||||||
azure-cli
|
|
||||||
azuredatastudio
|
|
||||||
adrs
|
|
||||||
opentofu
|
|
||||||
lazydocker
|
lazydocker
|
||||||
|
|
||||||
|
#Unfree
|
||||||
|
# obsidian
|
||||||
|
# discord
|
||||||
|
# slack
|
||||||
|
|
||||||
|
#Alternatives
|
||||||
|
slack-cli
|
||||||
|
spotify
|
||||||
|
unstable.spotifyd
|
||||||
|
librespot
|
||||||
|
discordo
|
||||||
|
|
||||||
#Desktop
|
#Desktop
|
||||||
libreoffice-qt6-fresh
|
libreoffice-qt6-fresh
|
||||||
calibre
|
|
||||||
fluent-reader
|
fluent-reader
|
||||||
newsboat
|
|
||||||
openvpn3
|
|
||||||
aerc
|
aerc
|
||||||
firefox
|
firefox
|
||||||
chromium
|
|
||||||
vial
|
vial
|
||||||
thunderbird
|
thunderbird
|
||||||
spotify
|
signal-desktop-beta
|
||||||
signal-desktop
|
|
||||||
darktable
|
|
||||||
discord
|
|
||||||
discordo
|
|
||||||
slack
|
|
||||||
kitty
|
kitty
|
||||||
alacritty
|
alacritty
|
||||||
unstable.neovim
|
unstable.neovim
|
||||||
fastfetch
|
fastfetch
|
||||||
obsidian
|
|
||||||
lazygit
|
lazygit
|
||||||
betterdiscordctl
|
|
||||||
pdfarranger
|
pdfarranger
|
||||||
byzanz
|
byzanz
|
||||||
drawio
|
drawio
|
||||||
xdotool
|
xdotool
|
||||||
pinentry
|
pinentry
|
||||||
remmina
|
remmina
|
||||||
rofi
|
|
||||||
rbw
|
|
||||||
rofi-rbw
|
|
||||||
teams-for-linux
|
|
||||||
|
|
||||||
#Dev
|
#Dev
|
||||||
python3
|
python3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue