mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-27 00:48:30 +02:00
bigger update that broke some things
This commit is contained in:
parent
82a05531c3
commit
683d9145c9
5 changed files with 28 additions and 29 deletions
|
@ -1,9 +1,7 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./hyprpaper.nix
|
||||
./session.nix
|
||||
./waybar.nix
|
||||
./hyprpaper.nix ./session.nix ./waybar.nix
|
||||
];
|
||||
wayland.windowManager.hyprland.enable = true;
|
||||
home.sessionVariables = {
|
||||
|
@ -33,6 +31,7 @@
|
|||
margin: 0px;
|
||||
border: 1px solid #${config.colorScheme.colors.base0D};
|
||||
background-color: #${config.colorScheme.colors.base00};
|
||||
border-radius: 15px;
|
||||
}
|
||||
#input {
|
||||
margin: 5px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue