package cleanup

This commit is contained in:
Rouven Seifert 2023-05-21 13:50:49 +02:00
parent 2fbee81297
commit fbbb68ee06
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
5 changed files with 31 additions and 37 deletions

View file

@ -178,11 +178,11 @@
}, },
"nixpkgs-stable": { "nixpkgs-stable": {
"locked": { "locked": {
"lastModified": 1684025543, "lastModified": 1684632198,
"narHash": "sha256-hGe7S+i5je+8E/b2mOXVI9nmr038Dw+bV8e1P8xHSe0=", "narHash": "sha256-SdxMPd0WmU9MnDBuuy7ouR++GftrThmSGL7PCQj/uVI=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "c6d2f3dc0d3efd4285eebe4f8a36a47ba438138e", "rev": "d0dade110dc7072d67ce27826cfe9ab2ab0cf247",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -214,11 +214,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1684491027, "lastModified": 1684646221,
"narHash": "sha256-tB44RuuhVCq7TOF02D1l9sxexSmX2c9DDl/UUzi+XQY=", "narHash": "sha256-44dDk7sxsHC4Tw7CHagEKPhoP5T1A2AVmailAtKIdhI=",
"owner": "therealr5", "owner": "therealr5",
"repo": "purge", "repo": "purge",
"rev": "63a0c5b4d9f4f167b5b8a5456ed195fd3340d3ee", "rev": "631c0ff189ed261faf3a79407de07194779dad74",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -249,11 +249,11 @@
"nixpkgs-stable": "nixpkgs-stable" "nixpkgs-stable": "nixpkgs-stable"
}, },
"locked": { "locked": {
"lastModified": 1684571352, "lastModified": 1684637723,
"narHash": "sha256-342PCrDSZ70qVX5hwz1M0cYNBdEcIBVzxyjrU/Um3RU=", "narHash": "sha256-0vAxL7MVMhGbTkAyvzLvleELHjVsaS43p+PR1h9gzNQ=",
"owner": "Mic92", "owner": "Mic92",
"repo": "sops-nix", "repo": "sops-nix",
"rev": "df8b52249e78a0ac33680c9e0b7a029ec22cd8f5", "rev": "4ccdfb573f323a108a44c13bb7730e42baf962a9",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -268,11 +268,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1684491085, "lastModified": 1684646203,
"narHash": "sha256-ce65P0CAKbZ9Xcx3aBHtByynrT0LHlusgyTzdxxuwr4=", "narHash": "sha256-8ngM2YT1x2DhTCcj26ZMh43jbkXaMSLQ6tU8p6IdKQs=",
"owner": "therealr5", "owner": "therealr5",
"repo": "trucksimulatorbot-images", "repo": "trucksimulatorbot-images",
"rev": "734dbc070778c5671fc23dfc70196e449089e904", "rev": "063568d4657f8368607227e0370ae3bc174560fd",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -156,26 +156,19 @@
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# hardware utilities
btdu
nvme-cli
intel-gpu-tools
# system essentials
wget wget
gcc
git
htop-vim htop-vim
dig dig
traceroute traceroute
killall killall
python3
zip zip
unzip unzip
nvme-cli
intel-gpu-tools
# rust
cargo
rustc
rustfmt
# java stuff
javaPackages.junit_4_12
]; ];
programs.java.enable = true; programs.java.enable = true;

View file

@ -5,7 +5,9 @@
# fzf # fzf
bat bat
exa exa
duf
trash-cli trash-cli
nix-output-monitor
]; ];
users.defaultUserShell = pkgs.zsh; users.defaultUserShell = pkgs.zsh;
programs.fzf = { programs.fzf = {

View file

@ -1,5 +1,9 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
# nodejs 16 is EOL but bitwarden depends on it
nixpkgs.config.permittedInsecurePackages = [
"nodejs-16.20.0"
];
# fixes pam entries for swaylock # fixes pam entries for swaylock
security.pam.services.swaylock.text = '' security.pam.services.swaylock.text = ''
# Account management. # Account management.

View file

@ -4,17 +4,14 @@
# essentials # essentials
wpa_supplicant_gui # manage wifi wpa_supplicant_gui # manage wifi
# pcmanfm # rock solid file manager
xfce.thunar xfce.thunar
xdg-utils # used for xdg-open xdg-utils # used for xdg-open
snapper-gui snapper-gui
kleopatra
# graphics # graphics
evince # pdf viewer evince # pdf viewer
gimp gimp
mpv # best video player out there mpv # best video player out there
yt-dlp # youtube downloader
ffmpeg ffmpeg
# sound # sound
@ -41,20 +38,20 @@
yubikey-manager yubikey-manager
yubikey-manager-qt yubikey-manager-qt
yubioath-flutter yubioath-flutter
# bitwarden bitwarden
pass
# misc # misc
neofetch # obligatory neofetch # obligatory
virt-manager virt-manager
ventoy
jetbrains.idea-community jetbrains.idea-community
nix-output-monitor powerline-fonts
duf # better df
croc # send files anywhere croc # send files anywhere
powerline-fonts # programming languages
pass cargo
rustc
rustfmt
# libs # libs
libyubikey libyubikey
@ -64,8 +61,6 @@
# }) # })
]; ];
programs.obs-studio.enable = true;
xdg.mimeApps = { xdg.mimeApps = {
enable = true; enable = true;
defaultApplications = defaultApplications =