move firefox from nix to home-manager

remove unusable app
clean package
This commit is contained in:
Alexandre LUCAZEAU 2022-09-14 19:49:21 +02:00
parent 60f89aeaec
commit b456186ced
No known key found for this signature in database
GPG Key ID: 3C8ADB07A8217BD3
4 changed files with 4 additions and 14 deletions

View File

@ -114,6 +114,7 @@
fonts = with pkgs; [ fonts = with pkgs; [
corefonts corefonts
vistafonts vistafonts
powerline-fonts
inconsolata inconsolata
terminus_font terminus_font
proggyfonts proggyfonts

View File

@ -4,17 +4,14 @@
environment.systemPackages = with pkgs; [ 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 gitAndTools.gitFull
dmenu i3lock dmenu
mplayer
pkgs.dconf pkgs.dconf
pulseaudio pavucontrol paprefs pulseaudio pavucontrol paprefs
docker docker
firefox
usbutils ntfs3g usbutils ntfs3g
exfat gsmartcontrol exfat gsmartcontrol
powerline-fonts
networkmanagerapplet networkmanagerapplet
networkmanager-openconnect networkmanager-openconnect
xorg.xbacklight xorg.xbacklight

View File

@ -54,14 +54,6 @@
format = "{ssid} {signal_strength} {ip} {speed_down;K*b}"; format = "{ssid} {signal_strength} {ip} {speed_down;K*b}";
hide_missing = true; 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"; block = "backlight";
} }

View File

@ -1,6 +1,7 @@
{ pkgs, ... }: { { pkgs, ... }: {
programs.go.enable = true; programs.go.enable = true;
home.packages = with pkgs; [ home.packages = with pkgs; [
firefox
thunderbird thunderbird
vim vim
jq jq
@ -29,7 +30,6 @@
whois whois
inkscape inkscape
feh feh
i3blocks
acpi acpi
cpufrequtils cpufrequtils
xclip xclip