diff --git a/flake.nix b/flake.nix index 0930e54..be26242 100644 --- a/flake.nix +++ b/flake.nix @@ -5,13 +5,12 @@ mozilla.url = "github:mozilla/nixpkgs-mozilla"; supercolor.url = "github:zoe-bat/supercolor"; kaokao.url = "github:zoe-bat/kaokao"; - i3layouts-rofi.url = "github:zoe-bat/i3layouts-rofi"; home-manager = { url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs"; }; }; - outputs = { self, nixpkgs, home-manager, supercolor, i3layouts-rofi, kaokao + outputs = { self, nixpkgs, home-manager, supercolor, kaokao , mozilla, nixpkgs-unstable, }@inputs: let system = "x86_64-linux"; diff --git a/home.nix b/home.nix index 9542892..988b3f6 100644 --- a/home.nix +++ b/home.nix @@ -4,7 +4,7 @@ in { imports = [ ./fish/settings.nix ./variables.nix - ./i3/settings.nix + # ./i3/settings.nix ./sway/settings.nix ./kitty/settings.nix ./rofi/settings.nix diff --git a/user.nix b/user.nix index a82edf0..96df335 100644 --- a/user.nix +++ b/user.nix @@ -1,4 +1,4 @@ -{ pkgs, supercolor, kaokao, i3layouts-rofi, ... }: +{ pkgs, supercolor, kaokao, ... }: let my-python-packages = p: with p; [ pytest i3ipc python-lsp-server ]; in { # Define a user account. Don't forget to set a password with ‘passwd’. @@ -90,7 +90,6 @@ in { arandr lxappearance wacomtablet - i3layouts-rofi.packages.${pkgs.system}.default # terminal kitty