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; [
|
fonts = with pkgs; [
|
||||||
corefonts
|
corefonts
|
||||||
vistafonts
|
vistafonts
|
||||||
|
powerline-fonts
|
||||||
inconsolata
|
inconsolata
|
||||||
terminus_font
|
terminus_font
|
||||||
proggyfonts
|
proggyfonts
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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";
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue