move firefox from nix to home-manager
remove unusable app clean package
This commit is contained in:
parent
60f89aeaec
commit
b456186ced
|
@ -114,6 +114,7 @@
|
|||
fonts = with pkgs; [
|
||||
corefonts
|
||||
vistafonts
|
||||
powerline-fonts
|
||||
inconsolata
|
||||
terminus_font
|
||||
proggyfonts
|
||||
|
|
|
@ -4,17 +4,14 @@
|
|||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
||||
wget lshw openssh bc scrot zsh unzip zip file which vim gnumake tmux
|
||||
wget lshw openssh bc unzip zip file which vim gnumake tmux
|
||||
gitAndTools.gitFull
|
||||
dmenu i3lock
|
||||
mplayer
|
||||
dmenu
|
||||
pkgs.dconf
|
||||
pulseaudio pavucontrol paprefs
|
||||
docker
|
||||
firefox
|
||||
usbutils ntfs3g
|
||||
exfat gsmartcontrol
|
||||
powerline-fonts
|
||||
networkmanagerapplet
|
||||
networkmanager-openconnect
|
||||
xorg.xbacklight
|
||||
|
|
|
@ -54,14 +54,6 @@
|
|||
format = "{ssid} {signal_strength} {ip} {speed_down;K*b}";
|
||||
hide_missing = true;
|
||||
}
|
||||
{
|
||||
block = "toggle";
|
||||
text = "maison";
|
||||
command_state = "xrandr | grep \"^DP-1 connected";
|
||||
command_on = "sh ~/Nextcloud/DRI/outils/matin.sh";
|
||||
command_off = "sh ~/Nextcloud/DRI/outils/soir.sh";
|
||||
interval = 5;
|
||||
}
|
||||
{
|
||||
block = "backlight";
|
||||
}
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{ pkgs, ... }: {
|
||||
programs.go.enable = true;
|
||||
home.packages = with pkgs; [
|
||||
firefox
|
||||
thunderbird
|
||||
vim
|
||||
jq
|
||||
|
@ -29,7 +30,6 @@
|
|||
whois
|
||||
inkscape
|
||||
feh
|
||||
i3blocks
|
||||
acpi
|
||||
cpufrequtils
|
||||
xclip
|
||||
|
|
Loading…
Reference in New Issue