Change yt music to unstable, fix notifications and steam, fix restore script
This commit is contained in:
parent
fb90089380
commit
6b3cd2b413
3 changed files with 52 additions and 16 deletions
|
@ -1,5 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
let
|
||||
unstable = import <nixos-unstable> { config = { allowUnfree = true; }; };
|
||||
in
|
||||
{
|
||||
home.packages = [
|
||||
pkgs.librewolf
|
||||
|
@ -15,7 +17,8 @@
|
|||
pkgs.mate.eom
|
||||
pkgs.neovim
|
||||
pkgs.virt-manager
|
||||
pkgs.youtube-music
|
||||
unstable.youtube-music
|
||||
pkgs.mako
|
||||
#pkgs.gparted
|
||||
#pkgs.cinnamon.nemo-with-extensions
|
||||
pkgs.cinnamon.nemo
|
||||
|
@ -57,7 +60,22 @@
|
|||
pkgs.claws-mail
|
||||
pkgs.gnome.gnome-calculator
|
||||
pkgs.armcord
|
||||
pkgs.wl-clipboard
|
||||
pkgs.swaybg
|
||||
pkgs.swaylock
|
||||
pkgs.i3status
|
||||
pkgs.clipman
|
||||
pkgs.slurp
|
||||
pkgs.grim
|
||||
pkgs.gnome.zenity
|
||||
pkgs.wdisplays
|
||||
pkgs.glib
|
||||
pkgs.wireguard-tools
|
||||
pkgs.gcolor3
|
||||
pkgs.gedit
|
||||
pkgs.rustup
|
||||
pkgs.gdbgui
|
||||
pkgs.libreoffice-qt
|
||||
pkgs.mosh
|
||||
];
|
||||
|
||||
#programs.steam.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue