mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Started adding a hyprland config
This commit is contained in:
parent
a7c110a684
commit
e5f1f9beaf
4 changed files with 58 additions and 3 deletions
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
inputs,
|
||||
outputs,
|
||||
pkgs,
|
||||
...
|
||||
|
|
@ -77,7 +78,7 @@
|
|||
};
|
||||
|
||||
services.desktopManager.cosmic.enable = true;
|
||||
services.displayManager.cosmic-greeter.enable = true;
|
||||
services.xserver.displayManager.gdm.enable = true;
|
||||
|
||||
# Configure keymap in X11
|
||||
services.xserver.xkb = {
|
||||
|
|
@ -134,7 +135,7 @@
|
|||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
unstable.bitwarden-desktop
|
||||
inputs.nixpkgs-bitwarden.legacyPackages.x86_64-linux.bitwarden-desktop
|
||||
sqlite
|
||||
vscode.fhs
|
||||
lm_sensors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue