chore(deps): nixos 24.11 for dragon
This commit is contained in:
parent
789b096077
commit
096313cb82
4 changed files with 96 additions and 107 deletions
|
@ -1,12 +1,5 @@
|
|||
# cli programs should be available on servers and desktop
|
||||
{ config, pkgs, ... }:
|
||||
let
|
||||
unstable =
|
||||
import
|
||||
(builtins.fetchTarball "https://github.com/nixos/nixpkgs/tarball/7afa2c97ebb0585d00c64c112344483e89e00545")
|
||||
# reuse the current configuration
|
||||
{ config = config.nixpkgs.config; };
|
||||
in
|
||||
{
|
||||
programs.zsh.enable = true;
|
||||
programs.fzf = {
|
||||
|
@ -14,13 +7,13 @@ in
|
|||
keybindings = true;
|
||||
};
|
||||
|
||||
# programs.neovim = {
|
||||
# enable = true;
|
||||
# defaultEditor = true;
|
||||
# package = unstable.neovim;
|
||||
# viAlias = true;
|
||||
# vimAlias = true;
|
||||
# };
|
||||
# programs.neovim = {
|
||||
# enable = true;
|
||||
# defaultEditor = true;
|
||||
# package = pkgs.neovim;
|
||||
# viAlias = true;
|
||||
# vimAlias = true;
|
||||
#};
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
|
@ -58,7 +51,7 @@ in
|
|||
mpv
|
||||
neofetch
|
||||
nixd
|
||||
unstable.neovim
|
||||
neovim
|
||||
ollama
|
||||
pandoc
|
||||
pass
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
# Window Manager and desktop programs
|
||||
{ lib, pkgs, ... }:
|
||||
{
|
||||
sound.enable = true;
|
||||
hardware.pulseaudio.enable = false;
|
||||
security.rtkit.enable = true;
|
||||
|
||||
|
@ -138,7 +137,7 @@
|
|||
signal-desktop
|
||||
thunderbird
|
||||
tigervnc
|
||||
transmission-qt
|
||||
transmission_4-qt
|
||||
unetbootin
|
||||
vlc
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue