mirror of
https://github.com/davegallant/nix-config
synced 2026-03-04 05:06: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 NNN_FIFO "$XDG_RUNTIME_DIR/nnn.fifo"
|
||||
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 PATH $PATH \
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
|
||||
config,
|
||||
lib,
|
||||
inputs,
|
||||
master,
|
||||
modulesPath,
|
||||
pkgs,
|
||||
unstable,
|
||||
@@ -66,6 +64,7 @@
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
bitwarden-desktop
|
||||
bleachbit
|
||||
calibre
|
||||
clamtk
|
||||
@@ -311,7 +310,6 @@
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire.enable = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user