remove old i3 stuff

This commit is contained in:
zoe 2023-09-04 17:25:16 +02:00
parent 42f87a06e5
commit b25003a6bc
3 changed files with 3 additions and 5 deletions

View File

@ -5,13 +5,12 @@
mozilla.url = "github:mozilla/nixpkgs-mozilla"; mozilla.url = "github:mozilla/nixpkgs-mozilla";
supercolor.url = "github:zoe-bat/supercolor"; supercolor.url = "github:zoe-bat/supercolor";
kaokao.url = "github:zoe-bat/kaokao"; kaokao.url = "github:zoe-bat/kaokao";
i3layouts-rofi.url = "github:zoe-bat/i3layouts-rofi";
home-manager = { home-manager = {
url = "github:nix-community/home-manager"; url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
}; };
outputs = { self, nixpkgs, home-manager, supercolor, i3layouts-rofi, kaokao outputs = { self, nixpkgs, home-manager, supercolor, kaokao
, mozilla, nixpkgs-unstable, }@inputs: , mozilla, nixpkgs-unstable, }@inputs:
let let
system = "x86_64-linux"; system = "x86_64-linux";

View File

@ -4,7 +4,7 @@ in {
imports = [ imports = [
./fish/settings.nix ./fish/settings.nix
./variables.nix ./variables.nix
./i3/settings.nix # ./i3/settings.nix
./sway/settings.nix ./sway/settings.nix
./kitty/settings.nix ./kitty/settings.nix
./rofi/settings.nix ./rofi/settings.nix

View File

@ -1,4 +1,4 @@
{ pkgs, supercolor, kaokao, i3layouts-rofi, ... }: { pkgs, supercolor, kaokao, ... }:
let my-python-packages = p: with p; [ pytest i3ipc python-lsp-server ]; let my-python-packages = p: with p; [ pytest i3ipc python-lsp-server ];
in { in {
# Define a user account. Don't forget to set a password with passwd. # Define a user account. Don't forget to set a password with passwd.
@ -90,7 +90,6 @@ in {
arandr arandr
lxappearance lxappearance
wacomtablet wacomtablet
i3layouts-rofi.packages.${pkgs.system}.default
# terminal # terminal
kitty kitty