disable niri
This commit is contained in:
parent
e7a892e2fd
commit
752a81ccaf
2 changed files with 5 additions and 23 deletions
14
flake.nix
14
flake.nix
|
@ -33,11 +33,6 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
niri = {
|
||||
url = "github:sodiboo/niri-flake";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# secret-config = {
|
||||
# url = "git+ssh://git@code.muhh.lol/muhh/nix-config-secret.git";
|
||||
# flake = true;
|
||||
|
@ -52,7 +47,6 @@
|
|||
sops-nix,
|
||||
stylix,
|
||||
nixvim,
|
||||
niri,
|
||||
# secret-config,
|
||||
...
|
||||
} @ inputs: let
|
||||
|
@ -68,12 +62,6 @@
|
|||
./hosts/cube.nix
|
||||
lix-module.nixosModules.default
|
||||
sops-nix.nixosModules.sops
|
||||
niri.nixosModules.niri
|
||||
# {
|
||||
# environment.systemPackages = [
|
||||
# secret-config.packages.${system}.default
|
||||
# ];
|
||||
# }
|
||||
];
|
||||
};
|
||||
muhhStar = lib.nixosSystem {
|
||||
|
@ -98,8 +86,6 @@
|
|||
nixvim.homeManagerModules.nixvim
|
||||
sops-nix.homeManagerModules.sops
|
||||
stylix.homeManagerModules.stylix
|
||||
niri.homeModules.niri
|
||||
niri.homeModules.stylix
|
||||
./home.nix
|
||||
];
|
||||
};
|
||||
|
|
14
home.nix
14
home.nix
|
@ -1,5 +1,10 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
{
|
||||
imports = [
|
||||
modules/gnome
|
||||
modules/sway
|
||||
];
|
||||
|
||||
home = {
|
||||
username = "muhh";
|
||||
homeDirectory = "/home/muhh";
|
||||
|
@ -283,15 +288,6 @@
|
|||
highlight feedlist "^─.*$" color142 color234 bold
|
||||
'';
|
||||
};
|
||||
niri = {
|
||||
enable = true;
|
||||
# settings = {
|
||||
# environment = {
|
||||
# "NIXOS_OZONE_WL" = "1";
|
||||
# "QT_QPA_PLATFORM" = "wayland";
|
||||
# };
|
||||
# };
|
||||
};
|
||||
nixvim = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue