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