Skip to content

Commit

Permalink
omni: remove non-existent import
Browse files Browse the repository at this point in the history
  • Loading branch information
moni-dz committed Jan 24, 2024
1 parent 040832c commit 3ec5768
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions users/omni/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{
imports = [
# Append your custom home-manager modules in this list
../../modules/home-manager/wayland/windowManager/river
# ../../modules/home-manager/wayland/windowManager/river
];

colorscheme = inputs.nix-colors.colorSchemes.material-darker;
Expand All @@ -28,7 +28,7 @@
theme = {
name = "phocus";

package = inputs'.nixpkgs-f2k.packages.phocus.override {
package = inputs'.nixpkgs-f2k.packages.phocus-modified.override {
inherit (config.colorscheme) colors;
primary = config.colorscheme.colors.base0D;
secondary = config.colorscheme.colors.base0E;
Expand All @@ -50,7 +50,7 @@
packages = __attrValues {
inherit (pkgs)
bemenu
brave-nightly
brave
brightnessctl
discord-canary
clang
Expand Down Expand Up @@ -100,7 +100,6 @@
];

sessionVariables = with config.colorscheme.colors; {
EDITOR = "emacs -nw";
BEMENU_OPTS = "-H 18 -l 5 --fn 'Iosevka FT QP Light 10.5' --tb '#${base0D}' --tf '#${base02}' --hb '#${base0D}' --hf '#${base02}' --nb '#${base02}' --fb '#${base02}'";
BROWSER = "brave";
GOPATH = "${config.home.homeDirectory}/Extras/go";
Expand Down

0 comments on commit 3ec5768

Please sign in to comment.