remove kdeconnect, add nmap
This commit is contained in:
parent
1c691cd333
commit
45845bbb0a
3 changed files with 3 additions and 16 deletions
|
@ -35,6 +35,7 @@
|
||||||
nix-top
|
nix-top
|
||||||
nixfmt
|
nixfmt
|
||||||
nixpkgs-fmt
|
nixpkgs-fmt
|
||||||
|
nmap
|
||||||
nvd
|
nvd
|
||||||
par2cmdline
|
par2cmdline
|
||||||
pciutils
|
pciutils
|
||||||
|
|
|
@ -1,12 +1,6 @@
|
||||||
{ config, pkgs, ... }: {
|
{ config, pkgs, ... }: {
|
||||||
imports = [
|
imports =
|
||||||
./i3.nix
|
[ ./i3.nix ./i3status-rust.nix ./dunst.nix ./rofi.nix ./xidlehook.nix ];
|
||||||
./i3status-rust.nix
|
|
||||||
./dunst.nix
|
|
||||||
./rofi.nix
|
|
||||||
./kdeconnect.nix
|
|
||||||
./xidlehook.nix
|
|
||||||
];
|
|
||||||
|
|
||||||
home.sessionVariables = { CM_LAUNCHER = "rofi"; };
|
home.sessionVariables = { CM_LAUNCHER = "rofi"; };
|
||||||
|
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
{ config, pkgs, ... }: {
|
|
||||||
services.kdeconnect = {
|
|
||||||
enable = true;
|
|
||||||
indicator = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
home.packages = with pkgs; [ kdeconnect ];
|
|
||||||
}
|
|
Loading…
Reference in a new issue