Update to NixOS 24.11
This commit is contained in:
parent
c0a75e8e0e
commit
a90c75931b
12 changed files with 140 additions and 99 deletions
|
@ -107,7 +107,7 @@
|
|||
alacritty = {
|
||||
enable = true;
|
||||
|
||||
settings.shell = {
|
||||
settings.terminal.shell = {
|
||||
program = lib.getExe config.programs.tmux.package;
|
||||
args = ["attach"];
|
||||
};
|
||||
|
|
|
@ -10,7 +10,7 @@ in {
|
|||
options.pim.gnome.enable = lib.mkEnableOption "gnome";
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
home.packages = with pkgs; [gnome.gnome-tweaks];
|
||||
home.packages = [pkgs.gnome-tweaks];
|
||||
|
||||
dconf.settings = with lib.hm.gvariant; {
|
||||
"org/gnome/desktop/sound".allow-volume-above-100-percent = true;
|
||||
|
|
|
@ -19,7 +19,7 @@ in {
|
|||
|
||||
extraPackages = with pkgs; [
|
||||
nil
|
||||
nodePackages.pyright
|
||||
pyright
|
||||
gopls
|
||||
terraform-ls
|
||||
nixfmt-classic
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue