Add Chaotic Nyx, and put Firefly on sway-git. My flickering is finally solved.
This commit is contained in:
parent
1ed45f4437
commit
4012b36afc
3 changed files with 119 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ ... }:
|
||||
{ chaotic, pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./hardware
|
||||
|
@ -23,8 +23,13 @@
|
|||
# Misc
|
||||
../../../overlays
|
||||
../../../variables
|
||||
|
||||
# Imports
|
||||
chaotic.homeManagerModules.default
|
||||
];
|
||||
|
||||
programs.sway.package = pkgs.sway_git;
|
||||
|
||||
networking.hostName = "firefly";
|
||||
|
||||
# Force Electron to use Wayland
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue