Update Thor
This commit is contained in:
parent
6ad3c8d576
commit
c9289df714
5 changed files with 21 additions and 9 deletions
|
|
@ -56,6 +56,7 @@ let
|
||||||
"gm" = "git merge";
|
"gm" = "git merge";
|
||||||
"gma" = "git merge --abort";
|
"gma" = "git merge --abort";
|
||||||
"gp" = "git push";
|
"gp" = "git push";
|
||||||
|
"gpa" = "git push --all";
|
||||||
"gpf!" = "git push --force";
|
"gpf!" = "git push --force";
|
||||||
"gpoat" = "git push origin --all && git push origin --tags";
|
"gpoat" = "git push origin --all && git push origin --tags";
|
||||||
"gpu" = "git push upstream";
|
"gpu" = "git push upstream";
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ let
|
||||||
})
|
})
|
||||||
] ++ [
|
] ++ [
|
||||||
# editorconfig-core-c
|
# editorconfig-core-c
|
||||||
# python3.pkgs.editorconfig # TODO: fix dependencies
|
python3.pkgs.editorconfig
|
||||||
] ++ (
|
] ++ (
|
||||||
lib.optionals (pkgs.devEnvironment.enableCpp) [
|
lib.optionals (pkgs.devEnvironment.enableCpp) [
|
||||||
clang-tools
|
clang-tools
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
let
|
let
|
||||||
variables = {
|
variables = {
|
||||||
|
|
||||||
DSSI_PATH = "$HOME/.dssi:$HOME/.nix-profile/lib/dssi:/run/current-system/sw/lib/dssi";
|
DSSI_PATH = "$HOME/.dssi:$HOME/.nix-profile/lib/dssi:/run/current-system/sw/lib/dssi";
|
||||||
LADSPA_PATH = "$HOME/.ladspa:$HOME/.nix-profile/lib/ladspa:/run/current-system/sw/lib/ladspa";
|
LADSPA_PATH = "$HOME/.ladspa:$HOME/.nix-profile/lib/ladspa:/run/current-system/sw/lib/ladspa";
|
||||||
LV2_PATH = "$HOME/.lv2:$HOME/.nix-profile/lib/lv2:/run/current-system/sw/lib/lv2";
|
LV2_PATH = "$HOME/.lv2:$HOME/.nix-profile/lib/lv2:/run/current-system/sw/lib/lv2";
|
||||||
|
|
@ -30,7 +29,6 @@ in
|
||||||
# talentedhack
|
# talentedhack
|
||||||
# tunefish
|
# tunefish
|
||||||
# x42-plugins
|
# x42-plugins
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
home.sessionVariables = variables;
|
home.sessionVariables = variables;
|
||||||
|
|
|
||||||
|
|
@ -47,6 +47,7 @@
|
||||||
bluetooth.enable = true;
|
bluetooth.enable = true;
|
||||||
enableRedistributableFirmware = true;
|
enableRedistributableFirmware = true;
|
||||||
pulseaudio.enable = false;
|
pulseaudio.enable = false;
|
||||||
|
# nvidia.modesetting.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
i18n.defaultLocale = "it_IT.UTF-8";
|
i18n.defaultLocale = "it_IT.UTF-8";
|
||||||
|
|
@ -113,7 +114,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
support32Bit = true;
|
support32Bit = true;
|
||||||
};
|
};
|
||||||
# media-session.enable = true;
|
media-session.enable = true;
|
||||||
};
|
};
|
||||||
power-profiles-daemon.enable = true;
|
power-profiles-daemon.enable = true;
|
||||||
smartd = { enable = true; notifications.x11.enable = true; };
|
smartd = { enable = true; notifications.x11.enable = true; };
|
||||||
|
|
@ -144,12 +145,13 @@
|
||||||
useQtScaling = true;
|
useQtScaling = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
# displayManager.gdm = { enable = true; wayland = false; };
|
# displayManager.gdm = { enable = true; nvidiaWayland = true; };
|
||||||
displayManager.sddm.enable = true;
|
displayManager.sddm.enable = true;
|
||||||
layout = "us";
|
layout = "us";
|
||||||
videoDrivers = [ "nvidia" ];
|
videoDrivers = [ "nvidia" ];
|
||||||
xkbOptions = "eurosign:e";
|
xkbOptions = "eurosign:e";
|
||||||
};
|
};
|
||||||
|
# gnome.gnome-remote-desktop.enable = true;
|
||||||
zerotierone = { enable = true; joinNetworks = [ "8056c2e21cf9c753" ]; };
|
zerotierone = { enable = true; joinNetworks = [ "8056c2e21cf9c753" ]; };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -187,6 +189,7 @@
|
||||||
extraPkgs = pkgs: with pkgs; [ icu ];
|
extraPkgs = pkgs: with pkgs; [ icu ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
# cudaSupport = true;
|
||||||
};
|
};
|
||||||
nix = {
|
nix = {
|
||||||
package = pkgs.nixFlakes;
|
package = pkgs.nixFlakes;
|
||||||
|
|
|
||||||
18
thor.nix
18
thor.nix
|
|
@ -54,10 +54,18 @@
|
||||||
element-desktop
|
element-desktop
|
||||||
evolution
|
evolution
|
||||||
file
|
file
|
||||||
firefox
|
# firefox
|
||||||
|
freecad
|
||||||
gallery-dl
|
gallery-dl
|
||||||
gnome.gnome-calendar
|
gnome.gnome-calendar
|
||||||
gnome.geary
|
gnome.geary
|
||||||
|
gnomeExtensions.appindicator
|
||||||
|
gnomeExtensions.caffeine
|
||||||
|
gnomeExtensions.dash-to-dock
|
||||||
|
# gnomeExtensions.dynamic-panel-transparency
|
||||||
|
gnomeExtensions.just-perfection
|
||||||
|
gnomeExtensions.gtile
|
||||||
|
gnomeExtensions.vitals
|
||||||
google-chrome
|
google-chrome
|
||||||
gucharmap
|
gucharmap
|
||||||
handbrake
|
handbrake
|
||||||
|
|
@ -111,6 +119,7 @@
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -134,12 +143,13 @@
|
||||||
./modules/grobi.nix
|
./modules/grobi.nix
|
||||||
./modules/info.nix
|
./modules/info.nix
|
||||||
./modules/java.nix
|
./modules/java.nix
|
||||||
# ./modules/joystickwake.nix
|
./modules/joystickwake.nix
|
||||||
./modules/jq.nix
|
./modules/jq.nix
|
||||||
./modules/kakoune.nix
|
./modules/kakoune.nix
|
||||||
# ./modules/keepassxc.nix
|
# ./modules/keepassxc.nix
|
||||||
./modules/keychain.nix
|
./modules/keychain.nix
|
||||||
./modules/latex.nix
|
./modules/kitty.nix
|
||||||
|
# ./modules/latex.nix
|
||||||
./modules/lf.nix
|
./modules/lf.nix
|
||||||
./modules/lorri.nix
|
./modules/lorri.nix
|
||||||
./modules/man.nix
|
./modules/man.nix
|
||||||
|
|
@ -152,7 +162,7 @@
|
||||||
./modules/onedrive.nix
|
./modules/onedrive.nix
|
||||||
# ./modules/picom.nix
|
# ./modules/picom.nix
|
||||||
# ./modules/polybar.nix
|
# ./modules/polybar.nix
|
||||||
./modules/pycharm.nix
|
# ./modules/pycharm.nix
|
||||||
./modules/gtk_theme.nix
|
./modules/gtk_theme.nix
|
||||||
./modules/rofi.nix
|
./modules/rofi.nix
|
||||||
./modules/rofimoji.nix
|
./modules/rofimoji.nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue