mirror of
https://github.com/davegallant/nix-config
synced 2026-03-04 17:36:35 +00:00
Compare commits
2 Commits
66bd47376b
...
50060ef865
| Author | SHA1 | Date | |
|---|---|---|---|
| 50060ef865 | |||
| ef5f98af8d |
1
home.nix
1
home.nix
@@ -125,6 +125,7 @@ in
|
|||||||
set -x EDITOR vim
|
set -x EDITOR vim
|
||||||
set -x NNN_FIFO "$XDG_RUNTIME_DIR/nnn.fifo"
|
set -x NNN_FIFO "$XDG_RUNTIME_DIR/nnn.fifo"
|
||||||
set -x PAGER less
|
set -x PAGER less
|
||||||
|
${lib.optionalString pkgs.stdenv.isLinux "set -x SSH_AUTH_SOCK /home/dave/.bitwarden-ssh-agent.sock"}
|
||||||
set -x TERM xterm-256color
|
set -x TERM xterm-256color
|
||||||
|
|
||||||
set -x PATH $PATH \
|
set -x PATH $PATH \
|
||||||
|
|||||||
@@ -2,8 +2,6 @@
|
|||||||
|
|
||||||
config,
|
config,
|
||||||
lib,
|
lib,
|
||||||
inputs,
|
|
||||||
master,
|
|
||||||
modulesPath,
|
modulesPath,
|
||||||
pkgs,
|
pkgs,
|
||||||
unstable,
|
unstable,
|
||||||
@@ -66,6 +64,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
bitwarden-desktop
|
||||||
bleachbit
|
bleachbit
|
||||||
calibre
|
calibre
|
||||||
clamtk
|
clamtk
|
||||||
@@ -311,7 +310,6 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
security.rtkit.enable = true;
|
security.rtkit.enable = true;
|
||||||
services.pipewire.enable = true;
|
services.pipewire.enable = true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user