update nixos

This commit is contained in:
Gabriel Ebner 2022-03-20 14:58:40 +01:00
parent 3d5c629da2
commit 4f532a91e6
8 changed files with 17 additions and 17 deletions

View File

@ -26,7 +26,7 @@
lua lua
perl perl
gdb gdb
bind nmap tcpdump telnet bind nmap tcpdump (pkgs.inetutils or telnet)
usbutils usbutils
dstat dstat
which which
@ -37,7 +37,7 @@
links2 links2
ctags ctags
nix-prefetch-scripts nix-prefetch-scripts
(pkgs.wireguard or pkgs.hello) (pkgs.wireguard-tools or pkgs.wireguard or pkgs.hello)
jq jq
#b2sum #b2sum
strace strace

View File

@ -28,7 +28,7 @@
noto-fonts-emoji noto-fonts-emoji
noto-fonts-cjk noto-fonts-cjk
cantarell_fonts # from gnome3 module cantarell-fonts # from gnome3 module
merriweather merriweather
merriweather-sans merriweather-sans

View File

@ -34,7 +34,7 @@
ripgrep ripgrep
imagemagick imagemagick
mercurial mercurial
manpages (pkgs.man-pages or manpages)
dfeet dfeet

View File

@ -17,11 +17,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1643805626, "lastModified": 1647297614,
"narHash": "sha256-AXLDVMG+UaAGsGSpOtQHPIKB+IZ0KSd9WS77aanGzgc=", "narHash": "sha256-ulGq3W5XsrBMU/u5k9d4oPy65pQTkunR4HKKtTq0RwY=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "554d2d8aa25b6e583575459c297ec23750adb6cb", "rev": "73ad5f9e147c0d2a2061f1d4bd91e05078dc0b58",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -35,7 +35,7 @@
noto-fonts-emoji noto-fonts-emoji
noto-fonts-cjk noto-fonts-cjk
cantarell_fonts # from gnome3 module cantarell-fonts # from gnome3 module
merriweather merriweather
merriweather-sans merriweather-sans

8
i3.nix
View File

@ -30,12 +30,12 @@
xorg.xev xorg.xev
# gnome3 core packages # gnome3 core packages
desktop_file_utils shared_mime_info desktop-file-utils shared-mime-info
glib gtk3 glib gtk3
glib_networking gvfs dconf glib-networking gvfs dconf
gnome3.gnome-settings-daemon gnome3.gnome-settings-daemon
gnome_themes_standard gnome3.adwaita-icon-theme gnome-themes-extra gnome3.adwaita-icon-theme
hicolor_icon_theme hicolor-icon-theme
]; ];
services.xserver = { services.xserver = {

View File

@ -2,7 +2,7 @@
{ {
environment.systemPackages = with pkgs.haskellPackages; with pkgs; [ environment.systemPackages = with pkgs.haskellPackages; with pkgs; [
idea.idea-community jetbrains.idea-community
# idea.clion # idea.clion
texlive.combined.scheme-full biber texlive.combined.scheme-full biber
gimp gimp

View File

@ -25,11 +25,11 @@
xdg_utils # for xdg-open xdg_utils # for xdg-open
# gnome3 core packages # gnome3 core packages
desktop_file_utils shared_mime_info desktop-file-utils shared-mime-info
glib gtk3 glib gtk3
glib_networking gvfs dconf glib-networking gvfs dconf
gnome_themes_standard defaultIconTheme gnome-themes-extra defaultIconTheme
hicolor_icon_theme hicolor-icon-theme
# for QT_QPA_PLATFORM=wayland # for QT_QPA_PLATFORM=wayland
qt5.qtwayland qt5.qtwayland