Improve configs
This commit is contained in:
parent
fdefb7037b
commit
eb3067ff29
13 changed files with 67 additions and 20 deletions
|
@ -32,6 +32,7 @@
|
|||
#spotifyd # spotify-daemon
|
||||
(spotifyd.override { withMpris = true; }) # spotify-daemon
|
||||
tokei # project-language statistics
|
||||
trash-cli # trash utils
|
||||
unzip # unzip
|
||||
vimHugeX # vim with clipboard support
|
||||
xdg-user-dirs # tool manage user directories
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.username = "tobias";
|
||||
home.homeDirectory = "/home/tobias";
|
||||
home.username = "serguzim";
|
||||
home.homeDirectory = "/home/serguzim";
|
||||
|
||||
imports = [
|
||||
./common.nix
|
|
@ -5,6 +5,7 @@
|
|||
home.packages = with pkgs; [
|
||||
cliphist # clipboard manager (history)
|
||||
grim # needed for screenshots/flameshot
|
||||
slurp # needed for screenshots
|
||||
swww # wallpaper daemon
|
||||
wl-clipboard # clipboard manager (tools)
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue