fix merge conflict
This commit is contained in:
parent
9fbd9cbbc9
commit
9e5457972e
|
@ -26,10 +26,6 @@
|
|||
tldr
|
||||
trash-cli
|
||||
tree
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
unrar
|
||||
>>>>>>> f7c149b (Various changes in home-config)
|
||||
unzip
|
||||
zip
|
||||
];
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
{ pkgs, ... }: {
|
||||
<<<<<<< HEAD
|
||||
services.emacs.enable = true;
|
||||
=======
|
||||
services.emacs.anable = true;
|
||||
>>>>>>> f7c149b (Various changes in home-config)
|
||||
programs.emacs = { # 310
|
||||
enable = true;
|
||||
extraPackages = epkgs: [
|
||||
|
|
|
@ -2,11 +2,7 @@
|
|||
{
|
||||
home.packages = with pkgs; [
|
||||
appimage-run
|
||||
<<<<<<< HEAD
|
||||
deploy-rs
|
||||
=======
|
||||
deloy-rs
|
||||
>>>>>>> f7c149b (Various changes in home-config)
|
||||
nil
|
||||
nix-prefetch-git
|
||||
nixfmt
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
<<<<<<< HEAD
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
with lib;
|
||||
|
@ -12,14 +11,4 @@ in {
|
|||
config = mkIf cfg.enable {
|
||||
home.packages = with pkgs; [ bisq-desktop monero-gui trezord trezor-suite ];
|
||||
};
|
||||
=======
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
bisq-desktop
|
||||
monero-gui
|
||||
trezord
|
||||
trezor-suite
|
||||
];
|
||||
>>>>>>> f7c149b (Various changes in home-config)
|
||||
}
|
||||
|
|
|
@ -43,11 +43,7 @@
|
|||
pasystray
|
||||
pavucontrol
|
||||
picom
|
||||
<<<<<<< HEAD
|
||||
qt5ct
|
||||
=======
|
||||
qt5-ct
|
||||
>>>>>>> f7c149b (Various changes in home-config)
|
||||
rustdesk
|
||||
unrar
|
||||
unzip
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
<<<<<<< HEAD
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
with lib;
|
||||
|
@ -22,19 +21,4 @@ in {
|
|||
lcms2
|
||||
];
|
||||
};
|
||||
=======
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
argyllcms
|
||||
darktable
|
||||
gimp-with-plugins
|
||||
gimpPlugins.gmic
|
||||
gmic
|
||||
gmic-qt
|
||||
imagemagick
|
||||
inkscape
|
||||
lcms2
|
||||
];
|
||||
>>>>>>> f7c149b (Various changes in home-config)
|
||||
}
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
<<<<<<< HEAD
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
with lib;
|
||||
|
@ -7,7 +6,8 @@ let cfg = config.features.desktop.media;
|
|||
|
||||
in {
|
||||
|
||||
options.features.desktop.media.enable = mkEnableOption "enable media features";
|
||||
options.features.desktop.media.enable =
|
||||
mkEnableOption "enable media features";
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
home.packages = with pkgs; [
|
||||
|
@ -27,24 +27,4 @@ in {
|
|||
youtube-dl
|
||||
];
|
||||
};
|
||||
=======
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
betterdiscordctl
|
||||
davinci-resolve
|
||||
discord
|
||||
element-desktop
|
||||
ffmpeg
|
||||
freetube
|
||||
gphoto2
|
||||
handbrake
|
||||
makemkv
|
||||
mpv
|
||||
obs-studio
|
||||
plexamp
|
||||
vlc
|
||||
youtube-dl
|
||||
];
|
||||
>>>>>>> f7c149b (Various changes in home-config)
|
||||
}
|
||||
|
|
|
@ -1,8 +1 @@
|
|||
<<<<<<< HEAD
|
||||
{ imports = [ ./podman.nix ./qemu.nix ]; }
|
||||
=======
|
||||
imports = [
|
||||
./podman.nix
|
||||
./qemu.nix
|
||||
];
|
||||
>>>>>>> f7c149b (Various changes in home-config)
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
<<<<<<< HEAD
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
with lib;
|
||||
|
@ -7,15 +6,8 @@ let cfg = config.features.virtualization.qemu;
|
|||
|
||||
in {
|
||||
|
||||
options.features.virtualization.qemu.enable = mkEnableOption "install qemu tools";
|
||||
options.features.virtualization.qemu.enable =
|
||||
mkEnableOption "install qemu tools";
|
||||
config =
|
||||
mkIf cfg.enable { home.packages = with pkgs; [ virt-manager virtiofsd ]; };
|
||||
=======
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
virt-manager
|
||||
virtiofsd
|
||||
];
|
||||
>>>>>>> f7c149b (Various changes in home-config)
|
||||
}
|
||||
|
|
|
@ -4,10 +4,7 @@ let
|
|||
in {
|
||||
programs = {
|
||||
home-manager.enable = true;
|
||||
<<<<<<< HEAD
|
||||
git.enable = true;
|
||||
=======
|
||||
>>>>>>> f7c149b (Various changes in home-config)
|
||||
git = {
|
||||
userName = "m3tam3re";
|
||||
userEmail = "m@m3tam3re.com";
|
||||
|
|
|
@ -2,11 +2,7 @@
|
|||
imports = [
|
||||
./container.nix
|
||||
./gitea.nix
|
||||
<<<<<<< HEAD
|
||||
./mariadb.nix
|
||||
=======
|
||||
./mysql.nix
|
||||
>>>>>>> f7c149b (Various changes in home-config)
|
||||
./n8n.nix
|
||||
./postgres.nix
|
||||
./traefik.nix
|
||||
|
|
|
@ -4,13 +4,10 @@
|
|||
services.mysql = {
|
||||
enable = true;
|
||||
package = pkgs.mariadb;
|
||||
<<<<<<< HEAD
|
||||
};
|
||||
services.mysqlBackup = {
|
||||
enable = true;
|
||||
calendar = "03:00:00";
|
||||
databases = [ "lanakk_blog" ];
|
||||
};
|
||||
=======
|
||||
>>>>>>> f7c149b (Various changes in home-config)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue