Skip to content

Commit

Permalink
Add program rofi
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiyq Widianto committed Sep 18, 2020
1 parent 2fe3b05 commit 6c85793
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions users/programs/x11.nix
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
{ config, lib, pkgs, ... }:
{ config, lib, pkgs, ... }: {

{
home-manager.users.rafiyq = {
programs = {
alacritty.enable = true;
chromium.enable = true;
firefox.enable = true;
mpv = {
enable = true;
config = {
save-position-on-quit = true;
keep-open = true;
};
home-manager.users.rafiyq.programs = {
alacritty.enable = true;
chromium.enable = true;
firefox.enable = true;
rofi.enable = true;
mpv = {
enable = true;
config = {
save-position-on-quit = true;
keep-open = true;
};
};
};
Expand Down

0 comments on commit 6c85793

Please sign in to comment.