Compare commits
2 commits
3be5c51bc7
...
5e160905c0
Author | SHA1 | Date | |
---|---|---|---|
5e160905c0 | |||
d3c2fd9fad |
3 changed files with 5 additions and 1 deletions
|
@ -189,7 +189,7 @@ in
|
|||
# Your preferred application launcher
|
||||
# Note: pass the final command to swaymsg so that the resulting window can be opened
|
||||
# on the original workspace that the command was run on.
|
||||
set $menu dmenu_path | wmenu | xargs swaymsg exec --
|
||||
set $menu fuzzel
|
||||
|
||||
### Idle configuration
|
||||
#
|
||||
|
|
|
@ -27,6 +27,7 @@ with pkgs; [
|
|||
evolution
|
||||
ffmpeg
|
||||
file
|
||||
fuzzel
|
||||
fx # themable json viewer
|
||||
fzf
|
||||
fzf
|
||||
|
|
|
@ -43,6 +43,8 @@ in
|
|||
repo = "u355513-sub1@u355513-sub1.your-storagebox.de:/home/backup";
|
||||
};
|
||||
|
||||
nixpkgs.config.android_sdk.accept_license = true;
|
||||
|
||||
programs.ssh.startAgent = true;
|
||||
|
||||
nix.extraOptions = ''
|
||||
|
@ -136,6 +138,7 @@ in
|
|||
}];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
android-studio
|
||||
ghostscript
|
||||
smartmontools
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue